Skip to content

Commit 316f852

Browse files
authored
Update if-nodejs-pr-testing.yml
1 parent d9e907a commit 316f852

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/if-nodejs-pr-testing.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
#linting should run just one and not on all possible operating systems
7474
name: Run linter
7575
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
76+
- if: steps.packagejson.outputs.exists == 'true'
7877
name: Run release assets generation to make sure PR does not break it
79-
run: npm run generate:assets --if-present
78+
shell: bash
79+
run: npm run generate:assets --if-present

0 commit comments

Comments
 (0)