summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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