laskoviymishka commented on code in PR #388: URL: https://github.com/apache/iceberg-go/pull/388#discussion_r2040355728
########## .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: Not really, I left a check - if ports presented - do not start a container. It's quite handy, since you can run it in dual mode both running on a side and per test run -- 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