Skip to content

Commit

Permalink
cypress-io/github-action already install dependencies on its own
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Nov 2, 2022
1 parent abe6ab2 commit 4db9f74
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ jobs:
- name: Set up npm ${{ steps.versions.outputs.npmVersion }}
run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"

- name: Install dependencies
run: npm ci

- name: Cypress run
uses: cypress-io/github-action@v4
with:
Expand Down

0 comments on commit 4db9f74

Please sign in to comment.