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 d6b1fcd commit c215432
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.41.2-jammy
volumes:
- my_docker_volume:/volume_mount
options: --cpus 1
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -62,12 +65,12 @@ jobs:
# uses: nrwl/nx-set-shas@v4
# - name: Install Playwright Browsers
# run: npx playwright install --with-deps
- name: Cache npm dependencies
uses: actions/cache/save@v4
with:
path: |
node_modules
key: npm-dependencies-${{ hashFiles('pnpm-lock.yaml') }}
# - name: Cache npm dependencies
# uses: actions/cache/save@v4
# with:
# path: |
# node_modules
# key: npm-dependencies-${{ hashFiles('pnpm-lock.yaml') }}
- name: Build
run: pnpm run build
env:
Expand Down

0 comments on commit c215432

Please sign in to comment.