Commit Graph

3 Commits

Author SHA1 Message Date
amercader d00553831e Replace default path to CKAN core config file with the one on the container 2020-12-16 11:17:46 +01:00
amercader 95e82c222b Remove test-ga.ini, use env instead 2020-12-15 16:01:37 +01:00
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