Skip to content

Commit

Permalink
fixup ci: restore more caches
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen committed Nov 13, 2023
1 parent f1732d0 commit a8f7b73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
if: ${{ needs.file_changes.outputs.ex }}
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-all
- uses: actions/cache/restore@v3
with:
path: _build
Expand Down Expand Up @@ -118,6 +119,7 @@ jobs:
if: ${{ needs.file_changes.outputs.ts || needs.file_changes.outputs.js }}
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-all
- uses: actions/cache/restore@v3
with:
path: _build
Expand Down Expand Up @@ -171,6 +173,7 @@ jobs:
if: ${{ needs.file_changes.outputs.any }}
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-all
- uses: actions/cache/restore@v3
with:
path: _build
Expand Down

0 comments on commit a8f7b73

Please sign in to comment.