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 d31f011 commit b12b62c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.CI_NPM_READ_ORG }}
# - name: Set NX cloud shas
# uses: nrwl/nx-set-shas@v4
- name: Install Playwright Browsers
run: npx playwright install --with-deps
# - name: Install Playwright Browsers
# run: npx playwright install --with-deps
- name: Cache npm dependencies
uses: actions/cache/save@v4
with:
Expand Down
3 changes: 0 additions & 3 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"npmScope": "descope",
"defaultBase": "origin/main",
"affected": {
"defaultBase": "origin/main"
},
"targetDefaults": {
"build": {
"dependsOn": [
Expand Down

0 comments on commit b12b62c

Please sign in to comment.