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