mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-30 21:51:37 +00:00
CI: Also use matrix.docker_compose_file
for Run Docker
step
This commit is contained in:
parent
a3375e512e
commit
033a44fab5
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -104,7 +104,7 @@ jobs:
|
|||||||
run: docker compose -f ${{ matrix.docker_compose_file }} build
|
run: docker compose -f ${{ matrix.docker_compose_file }} build
|
||||||
|
|
||||||
- name: Run Docker
|
- name: Run Docker
|
||||||
run: docker compose up -d
|
run: docker compose -f ${{ matrix.docker_compose_file }} up -d
|
||||||
|
|
||||||
- name: Test Docker
|
- name: Test Docker
|
||||||
run: while curl -Isf http://localhost:3000; do sleep 1; done
|
run: while curl -Isf http://localhost:3000; do sleep 1; done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user