Skip to content

Commit 3e1bca0

Browse files
committed
ensure the cleanup step happens
1 parent 3507f7a commit 3e1bca0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci_checks_v2.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,10 @@ jobs:
9797
! grep -q "FAILURES\!\!\!" app/build/outputs/test-artifacts/logs.txt
9898
9999
- name: Stop Simple Service
100+
if: ${{ always() }}
101+
continue-on-error: true
100102
run: |
101-
docker compose -f ".github/docker/simple-server.compose.yml" logs server
103+
docker compose -f ".github/docker/simple-server.compose.yml" logs --no-color server
102104
docker compose -f ".github/docker/simple-server.compose.yml" down
103105
- name: Upload failed test artifacts
104106
if: always() && steps.run-instrumented-tests.outcome != 'success'

0 commit comments

Comments
 (0)