Skip to content

Commit

Permalink
fix job name
Browse files Browse the repository at this point in the history
  • Loading branch information
chinelo-obitube authored and chinelo-obitube committed Sep 27, 2024
1 parent 4d1a45f commit aa1d13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aa1d13a

Please sign in to comment.