Skip to content

Commit

Permalink
Merge branch 'projectcleanroom:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
sw326 authored Sep 10, 2024
2 parents f9e1210 + 9a1b70b commit 1cd5323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}-new-key
restore-keys: |
${{ runner.OS }}-node-
Expand All @@ -31,7 +31,7 @@ jobs:
continue-on-error: false

- name: Run tests
run: npm test
run: npm test -- --passWithNoTests
continue-on-error: false

- name: Build project
Expand Down

0 comments on commit 1cd5323

Please sign in to comment.