From: Harald Hoyer Date: Mon, 26 Apr 2021 11:14:17 +0000 (+0200) Subject: ci: reorder the tests X-Git-Tag: 054~75 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec18a3eb83167a04d0ed9ded02cd598f8df8a6c9;p=thirdparty%2Fdracut.git ci: reorder the tests --- 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 }}