Skip to content

Commit

Permalink
lmao
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdoupe committed Sep 2, 2023
1 parent 7adac15 commit f51f65f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ jobs:
- name: Wait for db to be ready
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 db:3306
until docker exec dojo docker exec ctfd wget mysql:3306
do
sleep 5
docker exec dojo docker logs db | tail -n 5
Expand Down

0 comments on commit f51f65f

Please sign in to comment.