We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9e907a commit 316f852Copy full SHA for 316f852
.github/workflows/if-nodejs-pr-testing.yml
@@ -73,7 +73,7 @@ jobs:
73
#linting should run just one and not on all possible operating systems
74
name: Run linter
75
run: npm run lint --if-present
76
- - if: steps.packagejson.outputs.exists == 'true' && matrix.os == 'ubuntu-latest'
77
- #checking assets generation is only needed on system that is later used in the bump workflow - so ubuntu
+ - if: steps.packagejson.outputs.exists == 'true'
78
name: Run release assets generation to make sure PR does not break it
79
- run: npm run generate:assets --if-present
+ shell: bash
+ run: npm run generate:assets --if-present
0 commit comments