We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb6e4f commit 8d70d4bCopy full SHA for 8d70d4b
.github/workflows/test.yml
@@ -368,8 +368,9 @@ jobs:
368
github-token: "${{ secrets.GITHUB_TOKEN }}"
369
370
- name: Run tests
371
+ # We manually set TURBO_API to an empty string to override Hetzner env
372
run: |
- turbo run check-types test --filter=docs --filter={./packages/*}...[${{ github.event.pull_request.base.sha || 'HEAD^1' }}] --color --env-mode=strict
373
+ TURBO_API= turbo run check-types test --filter=docs --filter={./packages/*}...[${{ github.event.pull_request.base.sha || 'HEAD^1' }}] --color --env-mode=strict
374
env:
375
EXPERIMENTAL_RUST_CODEPATH: true
376
0 commit comments