Skip to content

Commit

Permalink
remove install dep and node from steps
Browse files Browse the repository at this point in the history
  • Loading branch information
anamontiaga committed Feb 19, 2024
1 parent 0f90f09 commit cf660bf
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/testing-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Use Node.js 18.13
uses: actions/setup-node@v3
with:
node-version-file: 'client/.nvmrc'
cache: 'yarn'
cache-dependency-path: client/yarn.lock

- name: Install dependencies
run: yarn install --immutable

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

0 comments on commit cf660bf

Please sign in to comment.