feat: Fix test-docker command to not use TTY for CI tests.
All checks were successful
CI / Run Tests (push) Successful in 2m28s

This commit is contained in:
2024-12-17 10:25:24 -05:00
parent 805100fa43
commit f596975bbc

View File

@@ -18,7 +18,7 @@ test *ARGS:
alias t := test
test-docker *ARGS: (build-docker-test)
@docker run --rm -it \
@docker run --rm \
--network host \
{{docker_image_name}}:test \
swift test {{ARGS}}