-
Notifications
You must be signed in to change notification settings - Fork 28
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
Conversation
Github no longer support the `docker-compose` command. They have moved to the `docker compose` version instead
.github/workflows/tests.yml
Outdated
@@ -45,5 +45,5 @@ jobs: | |||
- name: Integration Tests | |||
run: | | |||
cd examples/ |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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 ../../
There was a problem hiding this comment.
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
Also, I think we have to change |
Co-authored-by: Alexandru Jircan <[email protected]>
@alexjircan Many thanks for your support on this one |
This PR updates the github actions test run to use the newer version of the command