Skip to content

Commit 4f31f8f

Browse files
cf-buildpacks-engryanmoran
authored andcommitted
Updating github-config
1 parent 83fd53b commit 4f31f8f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test Pull Request
33
on:
44
pull_request:
55
branches:
6-
- main
6+
- develop
77

88
jobs:
99
unit:

scripts/integration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function main() {
5959
done
6060

6161
if [[ "${platform}" == "docker" ]]; then
62-
if [[ "$(jq -r -S .harness "${ROOTDIR}/config.json")" != "switchblade" ]]; then
62+
if [[ "$(jq -r -S .integration.harness "${ROOTDIR}/config.json")" != "switchblade" ]]; then
6363
util::print::warn "NOTICE: This integration suite does not support Docker."
6464
fi
6565
fi

0 commit comments

Comments
 (0)