zeroshade commented on code in PR #388:
URL: https://github.com/apache/iceberg-go/pull/388#discussion_r2040350470


##########
.github/workflows/go-integration.yml:
##########
@@ -48,11 +48,11 @@ jobs:
 
       - name: Start docker
         run: |
-          docker compose -f dev/docker-compose.yml up -d
+          docker compose -f recipe/docker-compose.yml up -d
           sleep 10
       - name: Provision Tables
         run: |
-          docker compose -f dev/docker-compose.yml exec -T spark-iceberg 
ipython ./provision.py
+          docker compose -f recipe/docker-compose.yml exec -T spark-iceberg 
ipython ./provision.py

Review Comment:
   it's not going to run into an issue with the ports already being used?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to