File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3434 -v "$PWD:$PWD" \
3535 -w "$PWD" \
3636 -v /var/run/docker.sock:/var/run/docker.sock \
37- -e SCOOT_CI
38- -e SCOOT_WAIT_TIMEOUT
37+ -e SCOOT_CI \
38+ -e SCOOT_WAIT_TIMEOUT \
3939 ghcr.io/svjson/scoot-ci:latest \
4040 bash -lc "make dev-setup && make test-core"
4141
7676 docker run --rm -v "$PWD:/workspace" \
7777 -w /workspace \
7878 -v /var/run/docker.sock:/var/run/docker.sock \
79- -e SCOOT_CI
80- -e SCOOT_WAIT_TIMEOUT
79+ -e SCOOT_CI \
80+ -e SCOOT_WAIT_TIMEOUT \
8181 ghcr.io/svjson/scoot-ci:latest \
8282 bash -lc "make dev-setup && BACKEND=${{ matrix.backend }} make test-backend"
8383
9999 docker run --rm -v "$PWD:/workspace" \
100100 -w /workspace \
101101 -v /var/run/docker.sock:/var/run/docker.sock \
102- -e SCOOT_CI
103- -e SCOOT_WAIT_TIMEOUT
102+ -e SCOOT_CI \
103+ -e SCOOT_WAIT_TIMEOUT \
104104 ghcr.io/svjson/scoot-ci:latest \
105105 bash -lc "make dev-setup && make test"
You can’t perform that action at this time.
0 commit comments