Skip to content

Commit

Permalink
add prints
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Oct 30, 2023
1 parent 15a86a6 commit e9ac01b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ jobs:
while ! docker info > /dev/null 2>&1; do
echo "Waiting for docker daemon to start..."
sleep 5
done
done
echo "Docker daemon is running"
- name: Run tests
env:
SYNAPSE_AUTH_TOKEN: ${{ secrets.SYNAPSE_AUTH_TOKEN }}
Expand Down

0 comments on commit e9ac01b

Please sign in to comment.