We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a093f68 commit 699ab33Copy full SHA for 699ab33
.github/workflows/test.yml
@@ -38,6 +38,8 @@ jobs:
38
sleep 1
39
done
40
echo "Container failed to start"
41
+ echo "Container logs:"
42
+ docker compose logs
43
exit 1
44
45
- name: Run e2e tests
0 commit comments