On 04. 01. 21 20:53, Miro Hrončok wrote:
On 04. 01. 21 20:48, Miroslav Suchý wrote:
Dne 04. 01. 21 v 20:14 Miro Hrončok napsal(a):
Is there any chance we could vote for GitHub Actions enablement instead of Travis? Currently we run a Fedora Docker image on top of the Ubuntu host, which is less than ideal in some cases (e.g., filesystem package upgrades...).
I wanted to ask the same thing.
https://pavel.raiskup.cz/blog/github-push-actions-and-copr.html
This is very basic example. Can you give me example of workflows you would like to set up? So we can document them (or check whether there is some blocker).
I am talking about running upstream tests via GitHub actions on Fedora directly instead of dockerized Fedora on Ubuntu. E.g. the "Native support for Fedora in Travis" point in the original email (the line I forgot to quote). Not about Copr.
As a specific example of a GH Actions workflow, I would like to do this:
jobs: build: runs-on: fedora-latest steps: - ...