From bd6486e82ecca207067876379018267b9fb4313d Mon Sep 17 00:00:00 2001 From: bill Date: Tue, 4 Jun 2024 12:42:10 +0000 Subject: [PATCH] chore: modified step --- .github/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6666fff8..1e22488c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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