Skip to content

Commit

Permalink
Add Build Step To Script
Browse files Browse the repository at this point in the history
Signed-off-by: Mahad Zaryab <[email protected]>
  • Loading branch information
mahadzaryab1 committed Sep 17, 2024
1 parent c9811ab commit 735704c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/adaptive-sampling-integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ check_adaptive_sampling() {
}

main() {
(cd docker-compose/adaptive-sampling && make dev DOCKER_COMPOSE_ARGS="-d")
(cd docker-compose/adaptive-sampling && make build && make dev DOCKER_COMPOSE_ARGS="-d")
wait_for_services
check_adaptive_sampling
}
Expand Down

0 comments on commit 735704c

Please sign in to comment.