We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a80dfdb commit c34bc1eCopy full SHA for c34bc1e
.github/workflows/if-nodejs-pr-testing.yml
@@ -52,10 +52,10 @@ jobs:
52
npm install --loglevel verbose
53
- if: steps.packagejson.outputs.exists == 'true'
54
name: Test
55
- run: npm test
+ run: npm test --if-present
56
57
name: Run linter
58
- run: npm run lint
+ run: npm run lint --if-present
59
60
name: Run release assets generation to make sure PR does not break it
61
- run: npm run generate:assets
+ run: npm run generate:assets --if-present
0 commit comments