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

CI: travis-ci -> github actions #71

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

leonnicolas
Copy link

It looks like travis is not running CI for this project anymore. This PR moves the CI to github actions.

  • use t.Helper() to not get confused with where the error happened in a test.
  • require go 1.11 (go mod is not available in earlier versions)

Note: to run test for later go version > 1.13, we would have to update an expected error in embedmd_test.go.

It looks like travis is not running CI for this project anymore.
This PR moves the CI to github actions.

Fix tests:

 - install embedmd for integration test
 - use t.Helper() to not get confused with where the error happened in a test.
 - require go 1.11 (go mod is not available in earlier versions)

Note: to run test for later go version > 1.13, we would have to update
an expected error in `embedmd_test.go`.

Signed-off-by: leonnicolas <leonloechner@gmx.de>
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.

None yet

1 participant