Skip to content

Commit

Permalink
feat: add workflow playwright runner cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mimokmt committed Mar 1, 2024
1 parent 5dac6e5 commit 2db7577
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,15 @@ jobs:

- run: yarn install --immutable --inline-builds

- name: Cache Playwright runners
uses: actions/cache@v4
with:
path: |
/home/runner/.cache/ms-playwright/
key: ${{ runner.os }}-playwright-runner

- name: Install Playwgith
run: npx playwright install --with-deps
run: yarn playwright install --with-deps

- name: Build Storybook
run: |
Expand Down

0 comments on commit 2db7577

Please sign in to comment.