Skip to content

Commit

Permalink
ci: fix PR testing on windows (#1912)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni authored Apr 3, 2024
1 parent baeb3a9 commit 534837e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/if-nodejs-pr-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
)
)
id: should_run
shell: bash
name: Should Run
run: echo "shouldrun=true" >> $GITHUB_OUTPUT
- if: steps.should_run.outputs.shouldrun == 'true'
Expand Down

0 comments on commit 534837e

Please sign in to comment.