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 8ef5463 commit 3507f7aCopy full SHA for 3507f7a
.github/workflows/ci_checks_v2.yml
@@ -27,7 +27,6 @@ jobs:
27
docker compose -f ".github/docker/simple-server.compose.yml" up -d
28
sleep 2
29
docker compose -f ".github/docker/simple-server.compose.yml" exec server bundle exec rails routes
30
-
31
32
- name: Cache AVD
33
uses: actions/cache@v4
@@ -99,6 +98,7 @@ jobs:
99
98
100
- name: Stop Simple Service
101
run: |
+ docker compose -f ".github/docker/simple-server.compose.yml" logs server
102
docker compose -f ".github/docker/simple-server.compose.yml" down
103
- name: Upload failed test artifacts
104
if: always() && steps.run-instrumented-tests.outcome != 'success'
0 commit comments