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 37cce29 commit 7640624Copy full SHA for 7640624
.github/workflows/test-unit.yml
@@ -4,7 +4,7 @@ jobs:
4
test:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@latest
+ - uses: actions/checkout@v4
8
- name: compose up
9
run: |-
10
docker compose -f docker-compose.unit up -d --wait --build
.github/workflows/test.yml
docker compose up -d --wait --build
@@ -23,5 +23,3 @@ jobs:
23
name: test-video
24
path: vidoutput/out.mp4
25
if-no-files-found: error
26
-
27
0 commit comments