From cbe3a044a77be13b0d62edfb7070858917e4a308 Mon Sep 17 00:00:00 2001 From: Kris Date: Tue, 6 Feb 2024 10:12:17 -0500 Subject: [PATCH] try actions --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 45a8094..4f7fbfa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,8 +25,8 @@ jobs: - name: Run Docker container run: docker run -d -p 3000:3000 --name ${{ github.sha }} ${{ github.sha }} - - name: Wait for Rails to start - run: docker exec ${{ github.sha }} /usr/bin/sh -c 'until /usr/bin/nc -z localhost 3000; do sleep 1; done' + #- name: Wait for Rails to start + # 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 \ No newline at end of file