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

Use GitHub actions #427

Merged
merged 2 commits into from
May 19, 2021
Merged

Use GitHub actions #427

merged 2 commits into from
May 19, 2021

Conversation

gouttegd
Copy link
Contributor

Translate the .travis.yml file into a Github Actions workflow to automatically build the ODK run the tests upon creating a PR against the master branch.

We can probably do much more with Github Actions (such as automatically push the images on Docker Hub when a release tag is created, or things like that), but the most important for now is to get CI testing back online. We can still add some fancier stuff later.

gouttegd added 2 commits May 18, 2021 22:49
This Github Action workflow is basically a transposition of the previous
Travis setup.
Trying to run the seeding script interactively fails on Github Actions
because the container has no TTY.
@gouttegd gouttegd requested a review from matentzn May 19, 2021 09:48
@matentzn matentzn changed the base branch from master to odk.1.2.29 May 19, 2021 10:13
@matentzn matentzn merged commit 8e4ae84 into INCATools:odk.1.2.29 May 19, 2021
@matentzn
Copy link
Contributor

I merged it into the 1.2.29 branch, and we will take it from there! Awesome, thank you!

@gouttegd gouttegd deleted the use-github-actions branch May 20, 2021 14:47
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