saltstack / pepper

A library and stand-alone CLI tools to access a salt-api instance
Other
246 stars 124 forks source link

Migrate Travis CI testing setup to GitHub actions #226

Closed barneysowood closed 1 year ago

barneysowood commented 1 year ago

Migrates tests to Github Actions as per issue https://github.com/saltstack/pepper/issues/220.

This does the minimum possible to get the tests running as GH Actions workflows against current Salt and Python versions. I've stuck with the existing tox setup and only updated requirements where necessary to get the tests to set up and run.

I haven't setup the codecov functionality but will tackle that at a later stage,

Currently, some tests are failing for almost all the combinations of python/salt/transport. The majority of those are the integration tests, which rely on the archived pytest-salt extension.

Think it would be worth merging this as is and I'll then work on issues with the actual test suite in https://github.com/saltstack/pepper/issues/225