first commit
Some checks failed
CI / container-test-job (push) Failing after 28s

This commit is contained in:
Kris
2024-08-09 10:16:59 -04:00
parent 8a7792f2d3
commit 5123d14ff8

View File

@@ -30,6 +30,5 @@ jobs:
# - name: Wait for Rails to start
# run: apt-get install --no-install-recommends -y netcat && sh -c 'until nc -z localhost 3000; do sleep 1; done'
#- name: Run Rails tests
# run: docker exec -t ${{ github.sha }} bin/rails test