We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb6770f commit ec18a3eCopy full SHA for ec18a3e
.github/workflows/fedora.yml
@@ -16,7 +16,9 @@ jobs:
16
strategy:
17
matrix:
18
fedora: [
19
- "32", "33", "34", "latest"
+ "33",
20
+ "34",
21
+ "latest"
22
]
23
test: [
24
"01",
@@ -43,12 +45,12 @@ jobs:
43
45
fail-fast: false
44
46
container:
47
image: quay.io/haraldh/dracut-fedora:${{ matrix.fedora }}
- options: "-v /dev/kvm:/dev/kvm"
48
+ options: "--privileged -v /dev/kvm:/dev/kvm"
49
steps:
50
- name: "Checkout Repository"
51
uses: actions/checkout@v2
52
with:
53
fetch-depth: 0
54
- - name: "F${{ matrix.fedora }} TEST-${{ matrix.test }} ${{ github.head_ref }}"
55
+ - name: "Fedora-${{ matrix.fedora }} TEST-${{ matrix.test }}"
56
run: ./fedora-test-github.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
0 commit comments