diff --git a/build.sh b/build.sh index b2cf9758d..8b6b2e2bf 100755 --- a/build.sh +++ b/build.sh @@ -9,7 +9,7 @@ then until curl --silent -I -f --fail http://localhost:3333; do printf .; sleep 1; done # Running all tests else - if [[ "$GITHUB_JOB" == 'integration-and-unit-tests' ]] + if [[ "$GITHUB_JOB_NAME" == 'integration-and-unit-tests' ]] then docker compose build web api api-background pender pender-background docker compose -f docker-compose.yml -f docker-test.yml up -d web api api-background pender pender-background chromedriver