Skip to content

Commit

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

0 comments on commit 6bd965d

Please sign in to comment.