| Commit message (Collapse) | Author |
|
|
|
|
|
|
|
First, it would actually build both images: cgitize and
cgitize-frontend. Second, it's already tested in t/i/docker.
|
|
|
|
For some reason, unit tests started failing during CI runs.
|
|
|
|
Make the "example config" job depend on all the other test jobs; that
way, it's faster to know when there's a failure in e.g. in the docker
tests job.
|
|
https://github.com/actions/setup-python/issues/544
|
|
|
|
|
|
|
|
|
|
Don't use the requirements.txt file; it doesn't fit all Python versions.
|
|
|
|
|
|
It basically does the same as the integration test, and consumes a lot
of time.
|
|
|
|
|
|
|
|
|
|
|
|
Allowed by setting up ssh-agent inside a run.
|
|
|
|
|
|
|
|
They are private lmao.
|
|
|
|
The example config must have clone_via_ssh = false for that to work.
|
|
|
|
|
|
|
|
|
|
|
|
This is a first step towards integrating with GitHub/Bitbucket properly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|