Skip to content

Commit

Permalink
skip module cache
Browse files Browse the repository at this point in the history
  • Loading branch information
nirgur committed Jul 23, 2024
1 parent c410318 commit 72786e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
pr:
name: 👷 Build / Lint / Test
runs-on: ubuntu-latest
container: mcr.microsoft.com/playwright:v1.41.2-jammy
container:
image: mcr.microsoft.com/playwright:v1.41.2-jammy
options: --volume=/github/workspace:/github/workspace
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 72786e7

Please sign in to comment.