feat: Fix test-docker command to not use TTY for CI tests.
All checks were successful
CI / Run Tests (push) Successful in 2m28s
All checks were successful
CI / Run Tests (push) Successful in 2m28s
This commit is contained in:
2
justfile
2
justfile
@@ -18,7 +18,7 @@ test *ARGS:
|
|||||||
alias t := test
|
alias t := test
|
||||||
|
|
||||||
test-docker *ARGS: (build-docker-test)
|
test-docker *ARGS: (build-docker-test)
|
||||||
@docker run --rm -it \
|
@docker run --rm \
|
||||||
--network host \
|
--network host \
|
||||||
{{docker_image_name}}:test \
|
{{docker_image_name}}:test \
|
||||||
swift test {{ARGS}}
|
swift test {{ARGS}}
|
||||||
|
|||||||
Reference in New Issue
Block a user