Skip to content

Commit

Permalink
chore: ensure correct container images being used
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Jan 7, 2025
1 parent b7c7a71 commit 26d02ce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/scripts/forked_state/local-infra.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env bash
set -e

# Start up local testing infrastructure

docker compose up
docker compose pull
docker compose build --pull
docker compose up

0 comments on commit 26d02ce

Please sign in to comment.