Skip to content

Commit

Permalink
cache works?
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr committed Feb 27, 2024
1 parent 6bd965d commit 4073987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Restore modules cache
uses: actions/cache@v4
uses: actions/cache/restore@v4
with:
path: ${{ github.workspace }}/node_modules
key: linux-arm-node-${{ matrix.node }}-${{ hashFiles('**/package-lock.json') }}
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
npm run unit
npm run integration
- name: Update modules cache
uses: actions/cache@v4
uses: actions/cache/save@v4
# We always want to run this step even if the "test" step failed.
if: '!cancelled()'
with:
Expand Down

0 comments on commit 4073987

Please sign in to comment.