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 2df35b7 commit 3a54f96Copy full SHA for 3a54f96
.github/workflows/cd.yml
@@ -56,12 +56,13 @@ jobs:
56
--cache-to=type=gha,mode=max \
57
--load \
58
./webapp
59
-
60
61
+
62
- name: Start docker-compose
63
run: |
64
docker compose -f docker-compose.yml up -d --build
+ - name: List running containers
65
+ run: docker ps -a
66
67
- name: Smoke test API
68
0 commit comments