Skip to content

Commit

Permalink
Cache yarn dependencies in CI actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nandito committed Oct 16, 2023
1 parent 9038ca7 commit 5deecfe
Show file tree
Hide file tree
Showing 3 changed files with 9,844 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "yarn"
cache-dependency-path: |
yarn.lock
test/sample-app/yarn.lock
- name: Install dependencies
run: yarn
- name: Install sample-app dependencies
Expand Down
1 change: 0 additions & 1 deletion test/sample-app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn.lock
Loading

0 comments on commit 5deecfe

Please sign in to comment.