Skip to content

Commit

Permalink
Prevent creation of production artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderpopko committed Jul 1, 2024
1 parent 00ff544 commit 0f564dd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,3 @@ jobs:

- name: E2E Test the application
run: yarn test

- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: dist
path: dist

0 comments on commit 0f564dd

Please sign in to comment.