Skip to content

Commit

Permalink
chore: modified step
Browse files Browse the repository at this point in the history
  • Loading branch information
bill-n committed Jun 4, 2024
1 parent 35f3158 commit bd6486e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,8 @@ jobs:
# if: ${{ steps.test.outputs.exit_code }} != 0
# run: exit ${{ steps.test.outputs.exit_code }}

- name: Cypress install
uses: cypress-io/github-action@v6
with:
runTests: false
build: npm run build
- name: Build application
run: npm run build

- name: Save build folder
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit bd6486e

Please sign in to comment.