Skip to content

Commit 7d33fa1

Browse files
committed
unit
1 parent bc8a533 commit 7d33fa1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-unit.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ jobs:
77
- uses: actions/checkout@v4
88
- name: compose up
99
run: |-
10-
docker compose -f docker-compose.unit up -d --wait --build
10+
docker compose -f docker-compose.unit.yml up -d --wait --build
1111
- name: start recording
1212
run: |-
13-
docker compose -f docker-compose.unit exec rz curl chromevideo:9494/start
13+
docker compose -f docker-compose.unit.yml exec rz curl chromevideo:9494/start
1414
- name: run tests
1515
run: |-
16-
docker compose -f docker-compose.unit exec rz rspec
16+
docker compose -f docker-compose.unit.yml exec rz rspec
1717
- name: stop recording
1818
run: |-
19-
docker compose -f docker-compose.unit exec rz curl chromevideo:9494/stop
19+
docker compose -f docker-compose.unit.yml exec rz curl chromevideo:9494/stop
2020
sleep 3
2121
- uses: actions/upload-artifact@v4
2222
with:

0 commit comments

Comments
 (0)