We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4521b commit f19abdeCopy full SHA for f19abde
1 file changed
.github/workflows/nightly-checks.yml
@@ -25,6 +25,7 @@ jobs:
25
id: config
26
uses: ./.github/actions/init
27
with:
28
+ turbo-cache: 'local:'
29
turbo-signature: ${{ secrets.TURBO_REMOTE_CACHE_SIGNATURE_KEY }}
30
turbo-team: ${{ vars.TURBO_TEAM }}
31
turbo-token: ${{ secrets.TURBO_TOKEN }}
@@ -45,7 +46,7 @@ jobs:
45
46
run: mkdir clerk-js && cd clerk-js && pnpm init && pnpm add @clerk/clerk-js
47
48
- name: Run Integration Tests
- 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
50
env:
51
E2E_APP_CLERK_JS_DIR: ${{runner.temp}}
52
E2E_CLERK_VERSION: 'latest'
0 commit comments