try actions
Some checks failed
CI / container-test-job (push) Failing after 1m29s

This commit is contained in:
Kris
2024-02-06 10:46:54 -05:00
parent cbe3a044a7
commit 7da2f232d6

View File

@@ -29,4 +29,4 @@ jobs:
# run: docker exec ${{ github.sha }} /usr/bin/sh -c 'until /usr/bin/nc -z localhost 3000; do sleep 1; done'
- name: Run Rails tests
run: docker exec ${{ github.sha }} bundle exec rails test
run: docker exec -t ${{ github.sha }} bin/rails test