Skip to content

Commit

Permalink
fixup! Chore(repo): Enable distributed caching of builds using Nx Cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Oct 6, 2023
1 parent 56081e7 commit 45cb0a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
schedule:
- cron: '0 9 * * *' # every day at 9:00

env:
NX_CLOUD_DISTRIBUTED_EXECUTION: true # this enables DTE
NX_BRANCH: ${{ github.event.number || github.ref_name }}
# env:
# NX_CLOUD_DISTRIBUTED_EXECUTION: true # this enables DTE
# NX_BRANCH: ${{ github.event.number || github.ref_name }}

jobs:
test:
Expand Down

0 comments on commit 45cb0a0

Please sign in to comment.