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 8e9aff2 commit 1dca9d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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 }}

jobs:
test:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 1dca9d9

Please sign in to comment.