Skip to content

Commit

Permalink
Always save cache
Browse files Browse the repository at this point in the history
  • Loading branch information
klaftertief committed Nov 27, 2023
1 parent 08153e0 commit 9f21089
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@ jobs:
with:
node-version: 18
cache: 'npm'
- name: Restore cached Primes
- name: Restore cache
id: cache-generated-elm-modules-restore
uses: actions/cache/restore@v3
with:
path: cache
key: ${{ runner.os }}-generated-elm-modules
- run: make install
- run: make clean setup build
- name: Save Primes
- name: Save cache
if: always()
id: cache-generated-elm-modules-save
uses: actions/cache/save@v3
with:
Expand Down

0 comments on commit 9f21089

Please sign in to comment.