Skip to content

Commit

Permalink
ci: Enable remote caching. (#442)
Browse files Browse the repository at this point in the history
Enable remote caching.
  • Loading branch information
milesj committed Nov 29, 2022
1 parent 344d4c3 commit b06e757
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/moon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
with:
command: run
args: -- --color --log trace ci --base ${{ github.base_ref || 'master' }}
env:
MOONBASE_SECRET_KEY: ${{ secrets.MOONBASE_SECRET_KEY }}
MOONBASE_API_KEY: ${{ secrets.MOONBASE_API_KEY }}
- uses: moonrepo/run-report-action@v1
with:
access-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .moon/workspace.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Trigger CI: 6
# Trigger CI: 7

$schema: '../schemas/workspace.json'

Expand Down

0 comments on commit b06e757

Please sign in to comment.