Skip to content

Commit

Permalink
Fix handling of $BUILD option in test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Jul 4, 2022
1 parent 1e538be commit cc90a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ $APPLICATION_ROOT/.github/actions/init_containers-start.sh
$APPLICATION_ROOT/.github/actions/init_show-versions.sh

# Install dependencies if required
[[ -z "$BUILD" ]] || docker-compose exec -T app .github/actions/init_build.sh
[[ "$BUILD" = false ]] || docker-compose exec -T app .github/actions/init_build.sh

# Run tests
LAST_EXIT_CODE=0
Expand Down

0 comments on commit cc90a78

Please sign in to comment.