Skip to content

Commit

Permalink
build(repo): Test Turborepo Remote
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilewski committed Oct 20, 2023
1 parent d75a974 commit 8eaafcd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ on:
pull_request:
branches:
- build/turbo-ci-poc

env:
NODE_VERSION: '18'
TURBO_CACHE_DIR: ./.turbo-cache
TURBO_CACHE_PREFIX: turbo-
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
TURBO_REMOTE_ONLY: true

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 8eaafcd

Please sign in to comment.