Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the docker compose command for the integration tests #111

Merged
merged 5 commits into from
Dec 16, 2024

Conversation

leeturner
Copy link
Contributor

This PR updates the github actions test run to use the newer version of the command

Github no longer support the `docker-compose` command. They have moved
to the `docker compose` version instead
@@ -45,5 +45,5 @@ jobs:
- name: Integration Tests
run: |
cd examples/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we use cd examples/intro/ here?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And in docker-compose.yml also we should change the context from ../ to ../../

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, yeah, I think you are correct. I am not really that proficient with the python project at the moment so wasn't aware that these were broken. Let me update them and see if that fixes the issue

Also fixed the context in the examples docker file
@alexjircan
Copy link
Contributor

Also, I think we have to change - ..:/app/ to - ../../:/app/ in volumes in docker-compose

@leeturner
Copy link
Contributor Author

@alexjircan Many thanks for your support on this one

@leeturner leeturner merged commit 2f3819c into master Dec 16, 2024
7 checks passed
@leeturner leeturner deleted the update-docker-compose-command branch December 16, 2024 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants