Skip to content

Commit

Permalink
Disable turbo cache to test if its set up correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jan 21, 2025
1 parent 1110717 commit 2554f09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ jobs:
- name: Prettier
run: pnpm lint:prettier
env:
TURBO_FORCE: ${{ secrets.ACTIONS_RUNNER_DEBUG == 'true' }}
TURBO_FORCE: true
- name: Lint
run: pnpm lint
env:
TURBO_FORCE: ${{ secrets.ACTIONS_RUNNER_DEBUG == 'true' }}
TURBO_FORCE: true
- name: Check Uncompiled Packages for TypeScript Compilation Errors
run: pnpm check:types
env:
TURBO_FORCE: ${{ secrets.ACTIONS_RUNNER_DEBUG == 'true' }}
TURBO_FORCE: true

special-build-tests:
timeout-minutes: 20
Expand Down

0 comments on commit 2554f09

Please sign in to comment.