Skip to content

Commit

Permalink
TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibo-lg committed Feb 5, 2024
1 parent 321ba69 commit 1c0405e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
path: target/debug/deps
key: test-cache-${{ github.run_id }}-${{ github.run_number }}
- name: Start environment
run: docker-compose --profile oracle up -d
run: docker-compose --profile oracle up
- name: Wait for container to run
run: ./scripts/wait_for_container.sh oracle-server
- name: Wait for electrs to be ready
Expand Down
1 change: 1 addition & 0 deletions scripts/wait_for_container.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

while [ "`docker inspect -f {{.State.Status}} $1`" != "running" ]; do
echo `docker inspect -f {{.State.Status}} $1`
sleep 2;
done

0 comments on commit 1c0405e

Please sign in to comment.