harvester-d4science/.github/workflows
amercader 76c011809d Migrate tests from Travis CI to GitHub Actions
After Travis stopped supporting Open Source projects we decided to move
to GitHub Actions, which has turned out to be excellent.

The workflow uses two jobs, one for basic syntax checking with Flake8
and a matrix of test run using the supported CKAN versions (not master
yet, more on this later). The tests run inside a Docker Container
pre-configured with a CKAN dev install (currently the
openknowledge/ckan-dev images are used). Additionally all services are
also Dockerized, using ckan/ckan-solr-dev and ckan/postgres-dev and the
standard redis image.
2020-12-15 12:31:24 +01:00
..
test.yml Migrate tests from Travis CI to GitHub Actions 2020-12-15 12:31:24 +01:00