Skip to content

Commit

Permalink
browser cache
Browse files Browse the repository at this point in the history
  • Loading branch information
xiong233 committed Apr 24, 2022
1 parent 82d6209 commit 1600d2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
cache: 'pip'
- name: Cache browsers
id: cache-browsers
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ~/.cache/ms-playwright
key: ${{ runner.os }}-${{ hashFiles('package.json') }}
key: ${{ runner.os }}-${{ hashFiles('requirements.txt') }}
- name: 'Install requirements'
run: |
pip install -r requirements.txt
Expand Down

0 comments on commit 1600d2b

Please sign in to comment.