fix: run Docker without TTY

This commit is contained in:
gmega 2025-06-18 20:30:04 -03:00
parent 4fe862fdfd
commit 7ca185d1f0
No known key found for this signature in database
GPG Key ID: 6290D34EAD824B18

View File

@ -29,4 +29,4 @@ jobs:
tags: clh:test
- name: Run Tests
run: docker run -it --rm clh:test ./test/bats/bin/bats test/
run: docker run -v --rm clh:test ./test/bats/bin/bats test/