We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83fd53b commit 4f31f8fCopy full SHA for 4f31f8f
2 files changed
.github/workflows/test-pull-request.yml
@@ -3,7 +3,7 @@ name: Test Pull Request
3
on:
4
pull_request:
5
branches:
6
- - main
+ - develop
7
8
jobs:
9
unit:
scripts/integration.sh
@@ -59,7 +59,7 @@ function main() {
59
done
60
61
if [[ "${platform}" == "docker" ]]; then
62
- if [[ "$(jq -r -S .harness "${ROOTDIR}/config.json")" != "switchblade" ]]; then
+ if [[ "$(jq -r -S .integration.harness "${ROOTDIR}/config.json")" != "switchblade" ]]; then
63
util::print::warn "NOTICE: This integration suite does not support Docker."
64
fi
65
0 commit comments