summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoofar <toofar@spalge.com>2023-07-16 14:40:25 +1200
committertoofar <toofar@spalge.com>2023-10-28 08:47:34 +1300
commitf9a31ca955c24066535d6e94340d03a8cae66085 (patch)
treedecbe75c5c5b86a632bec4e4cd29780e02fe9d76
parentd14730cf154102e5e14ebd67df90bd8906ffd2e8 (diff)
downloadqutebrowser-f9a31ca955c24066535d6e94340d03a8cae66085.tar.gz
qutebrowser-f9a31ca955c24066535d6e94340d03a8cae66085.zip
reduce matrix size an upload on failure
-rw-r--r--.github/workflows/nightly-test.yml40
1 files 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
@@ -14,38 +14,6 @@ jobs:
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
name: qt6-macos-debug
@@ -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