GsDevKit / GsDevKit_home

master GsDevKit project
http://gsdevkit.github.io/GsDevKit_home
MIT License
31 stars 36 forks source link

#260 tests ought to be using github actions for testing #317

Open dalehenrich opened 3 years ago

dalehenrich commented 3 years ago

travis is going away (eventually) and a new test suite is needed anyway ... so nows as good a time as any to get some experience with github actions

jbrichau commented 3 years ago

This is a helpful link: https://docs.github.com/en/actions/learn-github-actions/migrating-from-travis-ci-to-github-actions

dalehenrich commented 3 years ago

Thanks @jbrichau

dalehenrich commented 3 years ago

@jbrichau consider disabling .travis.yml while testing github actions ... long running travis tests that aren't needed ...

jbrichau commented 3 years ago

@dalehenrich ouch, forgot about that while pushing… yes, will disable them!

dalehenrich commented 3 years ago

haha, not a big deal ... no need for ouch ... I just noticed and figured I'd mention it ... :)