Skip to content

Commit ec18a3e

Browse files
committed
ci: reorder the tests
1 parent bb6770f commit ec18a3e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/fedora.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
strategy:
1717
matrix:
1818
fedora: [
19-
"32", "33", "34", "latest"
19+
"33",
20+
"34",
21+
"latest"
2022
]
2123
test: [
2224
"01",
@@ -43,12 +45,12 @@ jobs:
4345
fail-fast: false
4446
container:
4547
image: quay.io/haraldh/dracut-fedora:${{ matrix.fedora }}
46-
options: "-v /dev/kvm:/dev/kvm"
48+
options: "--privileged -v /dev/kvm:/dev/kvm"
4749
steps:
4850
- name: "Checkout Repository"
4951
uses: actions/checkout@v2
5052
with:
5153
fetch-depth: 0
5254

53-
- name: "F${{ matrix.fedora }} TEST-${{ matrix.test }} ${{ github.head_ref }}"
55+
- name: "Fedora-${{ matrix.fedora }} TEST-${{ matrix.test }}"
5456
run: ./fedora-test-github.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}

0 commit comments

Comments
 (0)