From 003c211d0050a171e2c4e7a7fea6d9e1a53c95b2 Mon Sep 17 00:00:00 2001 From: DanRoscigno Date: Tue, 13 Feb 2024 11:16:55 -0500 Subject: [PATCH] give more waiting time Signed-off-by: DanRoscigno --- .github/workflows/test_with_shared_data.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_with_shared_data.yml b/.github/workflows/test_with_shared_data.yml index 8c19911..ad272c9 100644 --- a/.github/workflows/test_with_shared_data.yml +++ b/.github/workflows/test_with_shared_data.yml @@ -71,4 +71,5 @@ jobs: # The ginkgo command uses `--focus-file` to run only the one test # file. - name: Test; Shared Data SQL test + if: always() run: docker compose -f test-harness-docker-compose.yml exec test-harness ginkgo -v --focus-file=./quickstart_shared_data_test.go