Services in Github Actions are cool but have some drawbacks: 1) We want to be able to use the container setup locally, therefore there's run-koji-container script which does exactly the same setup as it's defined in Github Actions. We don't want duplicities though. 2) In the near future, we will need more complicated setup - generating certificates before a container is started. This is not possible with the current Github Actions capabilities. This commit removes the container setup from Github Actions and just reuses the run-koji-container script in the GH Actions environment. This way we have only one setup which is also more flexible. |
||
|---|---|---|
| .. | ||
| tests.yml | ||