Skip to content

Commit

Permalink
chore(workflows): invalidate cache for E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlacenka committed May 30, 2024
1 parent 981e4e2 commit 605b70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: E2E test affected projects
run: npx nx affected:e2e --parallel=3
run: npx nx affected:e2e --parallel=3 --skipNxCache

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 605b70b

Please sign in to comment.