Skip to content

Commit

Permalink
Merge pull request #843 from afuetterer/ci
Browse files Browse the repository at this point in the history
ci: remove playwright browsers caching
  • Loading branch information
afuetterer committed Nov 30, 2023
2 parents 6c4bcd2 + 2dbf330 commit 30140ce
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,6 @@ jobs:
node-version: 18
cache: npm
if: matrix.python-version == '3.12' && matrix.db-backend == 'postgres'
- name: Cache Playwright browsers
uses: actions/cache@v3
with:
path: ~/.cache/ms-playwright/
key: playwright-browsers
if: matrix.python-version == '3.12' && matrix.db-backend == 'postgres'
- name: Install e2e tests dependencies
run: |
npm install
Expand Down

0 comments on commit 30140ce

Please sign in to comment.