Skip to content

Commit

Permalink
build and push test apps from a separate script
Browse files Browse the repository at this point in the history
Signed-off-by: Rajat Jindal <[email protected]>
  • Loading branch information
rajatjindal committed Apr 22, 2024
1 parent c4f8eeb commit 9a5f341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ test-workloads-delete:
./scripts/workloads-delete.sh

.PHONY: integration-tests
integration-tests: check-bins move-bins build-and-push-test-apps up pod-status-check workloads test-workloads-delete
integration-tests: check-bins move-bins up build-and-push-test-apps pod-status-check workloads test-workloads-delete
cargo test -p containerd-shim-spin-tests -- --nocapture

.PHONY: tests/collect-debug-logs
Expand Down

0 comments on commit 9a5f341

Please sign in to comment.