Skip to content

Commit

Permalink
cache downloads in browser test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonKhorev committed Sep 27, 2023
1 parent 47d8b1c commit 32483c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,9 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- name: Cache downloads
uses: actions/cache@v3
with:
path: cache
key: browser-test-cache-v1
- run: npm test test-browser

0 comments on commit 32483c5

Please sign in to comment.