Skip to content

Commit

Permalink
build ginkgo
Browse files Browse the repository at this point in the history
Signed-off-by: DanRoscigno <[email protected]>
  • Loading branch information
DanRoscigno committed Feb 13, 2024
1 parent 396ef03 commit a11ca20
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test_with_shared_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a11ca20

Please sign in to comment.