Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ runs:
esac
echo "$folder" >> $GITHUB_PATH
shell: bash
- if: ${{ github.event_name == 'pull_request' }}
run: command -V jq || echo "::warning::$WARNING"
shell: bash
env:
WARNING: 'To be able to properly obtain the originating PR-number, Testspace requires the jq utility to be installed on your OS image (named jq/jq.exe and on the system PATH)'
- run: |
testspace --version
domain=${{ inputs.domain }}
Expand Down
Loading