From f9a31ca955c24066535d6e94340d03a8cae66085 Mon Sep 17 00:00:00 2001 From: toofar Date: Sun, 16 Jul 2023 14:40:25 +1200 Subject: reduce matrix size an upload on failure --- .github/workflows/nightly-test.yml | 40 ++++++++------------------------------ 1 file changed, 8 insertions(+), 32 deletions(-) diff --git a/.github/workflows/nightly-test.yml b/.github/workflows/nightly-test.yml index fe55f7c2e..0f115aa8d 100644 --- a/.github/workflows/nightly-test.yml +++ b/.github/workflows/nightly-test.yml @@ -13,38 +13,6 @@ jobs: fail-fast: false matrix: include: - - os: macos-11 - toxenv: build-release - name: macos - - os: windows-2019 - args: --64bit - toxenv: build-release - name: windows-64bit - - os: windows-2019 - args: --32bit - toxenv: build-release - name: windows-32bit - - - os: macos-11 - args: --debug - toxenv: build-release - name: macos-debug - - os: windows-2019 - args: --64bit --debug - toxenv: build-release - name: windows-64bit-debug - - os: windows-2019 - args: --32bit --debug - toxenv: build-release - name: windows-32bit-debug - - - os: macos-11 - toxenv: build-release-qt6 - name: qt6-macos - - os: windows-2019 - args: --64bit - toxenv: build-release-qt6 - name: qt6-windows-64bit - os: macos-11 args: --debug toxenv: build-release-qt6 @@ -88,4 +56,12 @@ jobs: dist/qutebrowser-*-windows-standalone-*.zip dist/qutebrowser-*-*.exe if-no-files-found: error + - name: Upload dist on failure + uses: actions/upload-artifact@v3 + if: "failure()" + with: + name: "qutebrowser-nightly-pyinstaller-test-failure-${{ steps.info.outputs.date }}-${{ steps.info.outputs.sha_short }}-${{ matrix.name }}" + path: | + dist/ + if-no-files-found: error -- cgit v1.2.3-54-g00ecf