chaoss / grimoirelab-graal

A Generic Repository AnALyzer
GNU General Public License v3.0
21 stars 62 forks source link

[gha] Use poetry for tests #114

Closed jjmerchante closed 2 years ago

jjmerchante commented 2 years ago

This PR updates the GitHub actions tests to use Poetry. It runs the tests and also flake8 tests. It also updates the rules to run the tests to restrict the test workflow to run when a release tag is pushed.

This PR depends on https://github.com/chaoss/grimoirelab-graal/pull/111