Skip to content

Commit

Permalink
Use same installation process for all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Strift committed Jan 20, 2025
1 parent 75b5785 commit 49f8839
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,10 @@ jobs:
node-version: 18
cache: "yarn"
cache-dependency-path: yarn.lock
- name: Enable Corepack
run: corepack enable
- name: Install dependencies
run: yarn
run: yarn --frozen-lockfile
- name: Test
uses: cypress-io/github-action@v6
env:
Expand Down Expand Up @@ -123,8 +125,10 @@ jobs:
node-version: 18
cache: "yarn"
cache-dependency-path: yarn.lock
- name: Enable Corepack
run: corepack enable
- name: Install dependencies
run: yarn
run: yarn --frozen-lockfile
- name: Test
uses: cypress-io/github-action@v6
env:
Expand Down

0 comments on commit 49f8839

Please sign in to comment.