perseids-publications / treebank-template

Template for publishing collections of treebanks.
https://perseids-publications.github.io/treebank-template/
MIT License
1 stars 9 forks source link

Replace travis with GitHub Workflow #36

Closed zfletch closed 4 years ago

zfletch commented 4 years ago

Use GitHub Actions Workflows to test the code. Remove Travis (🎉 ) since it is no longer necessary.

zfletch commented 4 years ago

this looks ok but a question about the test workflow -- won't this still mean that changes just to the src/config.json result in a full run of the tests?

I think it would, but since the deployment and test workflows are separate, I think that the deployment should still happen if tests fail.