Skip to content

Commit

Permalink
Use corepack install
Browse files Browse the repository at this point in the history
  • Loading branch information
Strift committed Jan 20, 2025
1 parent 1acf716 commit 26c9212
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Setup Yarn
uses: threeal/[email protected]
cache: "yarn"
cache-dependency-path: yarn.lock
- name: Enable Corepack
run: corepack enable
- name: Install dev dependencies
run: yarn
run: yarn --frozen-lockfile
- name: Run style check
run: yarn lint && yarn prettier-check
cypress_no_meilisearch:
Expand All @@ -37,8 +39,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 no meilisearch running
uses: cypress-io/github-action@v6
with:
Expand Down

0 comments on commit 26c9212

Please sign in to comment.