Skip to content

Commit

Permalink
ci: update of files from global .github repo (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot committed Apr 3, 2024
1 parent ed66037 commit a517be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/if-nodejs-pr-testing.yml
Expand Up @@ -63,7 +63,7 @@ jobs:
id: first-installation
run: npm ci
continue-on-error: true
- if: steps.first-installation.outputs.status == 'failure' && steps.packagejson.outputs.exists == 'true'
- if: steps.first-installation.outcome != 'success' && steps.packagejson.outputs.exists == 'true'
name: Clear NPM cache and install deps again
run: |
npm cache clean --force
Expand Down

0 comments on commit a517be2

Please sign in to comment.