From 9896858385ce7f5e0f239af6ea00cdbaa46c7dc3 Mon Sep 17 00:00:00 2001 From: Kris Date: Sun, 11 Feb 2024 10:49:03 -0500 Subject: [PATCH] try actions --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cb231f9..42c8b50 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: run: docker run -d --name ${{ github.sha }} ${{ github.sha }} - name: Wait for Rails to start - run: sh -c 'until /usr/bin/nc -z localhost 3000; do sleep 1; done' + run: sh -c 'until nc -z localhost 3000; do sleep 1; done' #- name: Run Rails tests # run: docker exec -t ${{ github.sha }} bin/rails test \ No newline at end of file