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 72786e7 commit 9ef0e2c
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 @@ -14,7 +14,6 @@ jobs:
runs-on: ubuntu-latest
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 Expand Up @@ -50,6 +49,9 @@ jobs:
CI: true
NODE_AUTH_TOKEN: ${{ secrets.CI_NPM_READ_ORG }}

- name: Install jq
run: apt-get update && apt-get install -y jq

# - name: Set NX cloud shas
# uses: nrwl/nx-set-shas@v4
# - name: Install Playwright Browsers
Expand Down

0 comments on commit 9ef0e2c

Please sign in to comment.