From aa933ea94a729e4a7157c380be15fe243c741c25 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sat, 13 Aug 2022 16:44:55 -0700 Subject: [PATCH] wait for MySQL to start --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ca1ecd3..82da0fb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,6 +32,7 @@ jobs: env: MYSQL_ROOT_PASSWORD: testing - name: Create ClojureTest + run: sleep 30 run: ./run-tests.sh create env: MYSQL_ROOT_PASSWORD: testing