Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
achristmascarl committed Sep 19, 2024
1 parent fd8abf6 commit 1bb70b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
- name: check container status
run: |
container_status=$(docker ps -f name=rainfrog_test --format "{{.Status}}")
echo "$container_status"
if [[ "$container_status" == "Up"* ]]; then
echo "container started"
else
Expand Down

0 comments on commit 1bb70b3

Please # to comment.