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

Add a GitHub Action for Docker (make docker-build) #365

Merged
merged 2 commits into from
Jun 7, 2023
Merged

Add a GitHub Action for Docker (make docker-build) #365

merged 2 commits into from
Jun 7, 2023

Conversation

ThomasSanson
Copy link
Sponsor Contributor

Close #353

…l requests

This commit adds a new Gitpod workflow to run tests on push and pull requests on the master branch. The workflow sets up Python 3.10, installs dependencies, and runs Docker tests using the `make docker-tests` command. The `TERM` environment variable is also set to `xterm` to avoid issues with the terminal.
This commit adds a new file, `.github/workflows/docker.yml`, which defines a workflow to build and test Docker images. The workflow is triggered on push and pull requests to the master branch. The workflow runs on Ubuntu latest and sets up Python 3.10. It then installs dependencies and runs Docker tests using the `make docker-tests` command.
@vitabaks vitabaks merged commit bb9cc26 into vitabaks:master Jun 7, 2023
18 checks passed
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.

Add a GitHub Action for Docker (make docker-build)
2 participants