Skip to content

Commit d3ee4e8

Browse files
committed
debug
1 parent 7d33fa1 commit d3ee4e8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/test-unit.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ jobs:
88
- name: compose up
99
run: |-
1010
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
1115
- name: start recording
1216
run: |-
1317
docker compose -f docker-compose.unit.yml exec rz curl chromevideo:9494/start

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ jobs:
88
- name: compose up
99
run: |-
1010
docker compose up -d --wait --build
11+
- name: show logs
12+
if: failure()
13+
run: |-
14+
docker compose logs rails
1115
- name: start recording
1216
run: |-
1317
docker compose exec rails curl chromevideo:9494/start

0 commit comments

Comments
 (0)