From a11ca20271cbaf858c51b9fcfa60f3b10aa79d2f Mon Sep 17 00:00:00 2001 From: DanRoscigno Date: Tue, 13 Feb 2024 09:00:39 -0500 Subject: [PATCH] build ginkgo Signed-off-by: DanRoscigno --- .github/workflows/test_with_shared_data.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_with_shared_data.yml b/.github/workflows/test_with_shared_data.yml index 4582f21..60de290 100644 --- a/.github/workflows/test_with_shared_data.yml +++ b/.github/workflows/test_with_shared_data.yml @@ -27,11 +27,15 @@ jobs: steps: # Checkout the repo as this CI needs: # - the compose file for StarRocks and Ginkgo/Gomega - #- name: Checkout Test repo + - name: Checkout Test repo uses: actions/checkout@v4 #with: #path: testing + # Build the test harness container (Golnag/Ginkgo/Gomega) + - name: Build Ginkgo container + run: docker compose -f test-harness-docker-compose.yml build + #- name: Checkout Demo repo #uses: actions/checkout@v4 #with: