Skip to content

Commit

Permalink
fix(ghAction): remove duplicated run build action (now run by Cypress)
Browse files Browse the repository at this point in the history
  • Loading branch information
Clm-Roig committed Jun 19, 2022
1 parent 87fe3cd commit 09fa2e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test
- name: Cypress run
uses: cypress-io/github-action@v4
Expand Down

0 comments on commit 09fa2e3

Please sign in to comment.