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 3507f7a commit 3e1bca0Copy full SHA for 3e1bca0
.github/workflows/ci_checks_v2.yml
@@ -97,8 +97,10 @@ jobs:
97
! grep -q "FAILURES\!\!\!" app/build/outputs/test-artifacts/logs.txt
98
99
- name: Stop Simple Service
100
+ if: ${{ always() }}
101
+ continue-on-error: true
102
run: |
- 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
104
docker compose -f ".github/docker/simple-server.compose.yml" down
105
- name: Upload failed test artifacts
106
if: always() && steps.run-instrumented-tests.outcome != 'success'
0 commit comments