Skip to content

Commit

Permalink
test cache
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman committed Feb 3, 2025
1 parent 11af74f commit a168a00
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/buildandtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,12 @@ jobs:

- run: corepack enable

- name: Install Yarn v3
run: corepack prepare [email protected] --activate

- name: Install Yarn v1
run: corepack prepare [email protected] --activate

- name: Check dependency cache
uses: actions/[email protected]
with:
Expand Down

0 comments on commit a168a00

Please sign in to comment.