Skip to content

Commit

Permalink
TO REMOVE: SKIP NX CACHE ON E2E TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
jahow committed Mar 1, 2024
1 parent c8062c8 commit 54d1967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
npm ci
- name: Run tests
run: npx nx run-many --target=e2e
run: npx nx run-many --target=e2e --skip-nx-cache

build-npm-package:
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]'
Expand Down

0 comments on commit 54d1967

Please sign in to comment.