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 24, 2024
1 parent db6ffd1 commit d091f1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ jobs:
- name: Set permission
run: chmod -R 777 /usr/local

# - run: chmod -R 777 /root/.config/git

- name: Install dependencies
run: pnpm install --frozen-lockfile --ignore-scripts
env:
Expand Down Expand Up @@ -87,6 +85,8 @@ jobs:

- name: E2E
run: pnpm nx affected --target test:e2e
env:
HOME: /root

- name: Upload HTML report
if: always()
Expand Down

0 comments on commit d091f1e

Please sign in to comment.