Skip to content

Commit

Permalink
dns names must be right
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdoupe committed Sep 2, 2023
1 parent f51f65f commit 93bcf74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: |
docker exec dojo docker exec ctfd apt update
docker exec dojo docker exec ctfd apt install wget
until docker exec dojo docker exec ctfd wget mysql:3306
until docker exec dojo docker exec ctfd wget db:3306
do
sleep 5
docker exec dojo docker logs db | tail -n 5
Expand Down

0 comments on commit 93bcf74

Please sign in to comment.