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 7d33fa1 commit d3ee4e8Copy full SHA for d3ee4e8
.github/workflows/test-unit.yml
@@ -8,6 +8,10 @@ jobs:
8
- name: compose up
9
run: |-
10
docker compose -f docker-compose.unit.yml up -d --wait --build
11
+ - name: show logs
12
+ if: failure()
13
+ run: |-
14
+ docker compose logs rails
15
- name: start recording
16
17
docker compose -f docker-compose.unit.yml exec rz curl chromevideo:9494/start
.github/workflows/test.yml
docker compose up -d --wait --build
docker compose exec rails curl chromevideo:9494/start
0 commit comments