From ec18a3eb83167a04d0ed9ded02cd598f8df8a6c9 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 26 Apr 2021 13:14:17 +0200 Subject: [PATCH] ci: reorder the tests --- .github/workflows/fedora.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/fedora.yml b/.github/workflows/fedora.yml index 17916b2a1..8bb90ceef 100644 --- a/.github/workflows/fedora.yml +++ b/.github/workflows/fedora.yml @@ -16,7 +16,9 @@ jobs: strategy: matrix: fedora: [ - "32", "33", "34", "latest" + "33", + "34", + "latest" ] test: [ "01", @@ -43,12 +45,12 @@ jobs: fail-fast: false container: image: quay.io/haraldh/dracut-fedora:${{ matrix.fedora }} - options: "-v /dev/kvm:/dev/kvm" + options: "--privileged -v /dev/kvm:/dev/kvm" steps: - name: "Checkout Repository" uses: actions/checkout@v2 with: fetch-depth: 0 - - name: "F${{ matrix.fedora }} TEST-${{ matrix.test }} ${{ github.head_ref }}" + - name: "Fedora-${{ matrix.fedora }} TEST-${{ matrix.test }}" run: ./fedora-test-github.sh "TEST-${{ matrix.test }}" ${{ matrix.test }} -- 2.47.3