Skip to content

Commit 3507f7a

Browse files
committed
view server logs before shutdown
1 parent 8ef5463 commit 3507f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_checks_v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
docker compose -f ".github/docker/simple-server.compose.yml" up -d
2828
sleep 2
2929
docker compose -f ".github/docker/simple-server.compose.yml" exec server bundle exec rails routes
30-
3130
3231
- name: Cache AVD
3332
uses: actions/cache@v4
@@ -99,6 +98,7 @@ jobs:
9998
10099
- name: Stop Simple Service
101100
run: |
101+
docker compose -f ".github/docker/simple-server.compose.yml" logs server
102102
docker compose -f ".github/docker/simple-server.compose.yml" down
103103
- name: Upload failed test artifacts
104104
if: always() && steps.run-instrumented-tests.outcome != 'success'

0 commit comments

Comments
 (0)