Commit Graph

9 Commits

Author SHA1 Message Date
pdelboca a47a4f1a4f Drop support for Pylons 2023-02-28 09:04:07 -03:00
amercader 49f1093ca0 Bump lint workflow py version 2022-12-06 21:23:52 +01:00
amercader 8ed1ecacfb requirements.txt in test workflow 2022-07-06 15:32:11 +02:00
cirun ab36aab598 fix 2022-04-05 13:47:13 +02:00
cirun f8366aeda4 enable tests against master 2022-04-05 13:42:12 +02:00
Jari Voutilainen 3c83f41131 Add flake8 step to workflow 2021-03-05 08:23:43 +02:00
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