Skip to content

Commit f19abde

Browse files
authored
fix(repo): Unblock nightly nextjs integration tests (#5496)
1 parent ec4521b commit f19abde

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/nightly-checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
id: config
2626
uses: ./.github/actions/init
2727
with:
28+
turbo-cache: 'local:'
2829
turbo-signature: ${{ secrets.TURBO_REMOTE_CACHE_SIGNATURE_KEY }}
2930
turbo-team: ${{ vars.TURBO_TEAM }}
3031
turbo-token: ${{ secrets.TURBO_TOKEN }}
@@ -45,7 +46,7 @@ jobs:
4546
run: mkdir clerk-js && cd clerk-js && pnpm init && pnpm add @clerk/clerk-js
4647

4748
- name: Run Integration Tests
48-
run: pnpm turbo test:integration:${{ matrix.test-name }} $TURBO_ARGS --only --force --no-cache
49+
run: pnpm turbo test:integration:${{ matrix.test-name }} $TURBO_ARGS --only --force
4950
env:
5051
E2E_APP_CLERK_JS_DIR: ${{runner.temp}}
5152
E2E_CLERK_VERSION: 'latest'

0 commit comments

Comments
 (0)