aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFrederic Barrat <fbarrat@linux.ibm.com>2022-05-06 16:48:07 +0200
committerReza Arbab <arbab@linux.ibm.com>2022-05-09 15:04:06 -0500
commit96123f169950b53e5e92483b9f993e96135fef79 (patch)
treec682295773c3977b3b55e384530e343c3dc995eb /.github
parent04d175c03afdd06ebe9219d7cdbf099011df1b15 (diff)
downloadskiboot-96123f169950b53e5e92483b9f993e96135fef79.zip
skiboot-96123f169950b53e5e92483b9f993e96135fef79.tar.gz
skiboot-96123f169950b53e5e92483b9f993e96135fef79.tar.bz2
CI: Clean up and re-enable testing on Fedora rawhide
Testing on rawhide somehow vanished when we converted to github actions. This patch cleans up the related CI files and re-enables it. Signed-off-by: Frederic Barrat <fbarrat@linux.ibm.com> Signed-off-by: Reza Arbab <arbab@linux.ibm.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docker-builds-checks.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker-builds-checks.yml b/.github/workflows/docker-builds-checks.yml
index f5d6478..651bcb8 100644
--- a/.github/workflows/docker-builds-checks.yml
+++ b/.github/workflows/docker-builds-checks.yml
@@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
- os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, ubuntu-rolling, centos7, fedora34, fedora35, docs ]
+ os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, ubuntu-rolling, centos7, fedora34, fedora35, fedora-rawhide, docs ]
steps:
- uses: actions/checkout@v2