diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml index 928e2d7828ad..6f979122ed58 100644 --- a/.github/workflows/desktop-e2e.yml +++ b/.github/workflows/desktop-e2e.yml @@ -13,15 +13,13 @@ jobs: matrix: # os: [debian11, debian12, ubuntu2004, ubuntu2204, ubuntu2304, fedora38, fedora37, fedora36] # os: [debian11, fedora38] - os: [debian11] + os: [fedora37] steps: - name: Checkout repository uses: actions/checkout@v4 - name: Run end-to-end tests shell: bash -ieo pipefail {0} run: | - cat ./test/output.html >> $GITHUB_STEP_SUMMARY - exit 1 ./test/ci-runtests.sh ${{ matrix.os }} - uses: actions/upload-artifact@v3 if: '!cancelled()' @@ -46,7 +44,7 @@ jobs: shell: bash -ieo pipefail {0} run: | cd test - cargo run --bin test-manager format-test-reports .ci-logs/*_report > output.html + cargo run --bin test-manager format-test-reports .ci-logs/*_report | tee output.html >> $GITHUB_STEP_SUMMARY - uses: actions/upload-artifact@v3 with: name: output.html