summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoofar <toofar@spalge.com>2023-07-16 22:46:58 +1200
committertoofar <toofar@spalge.com>2023-10-28 08:47:34 +1300
commit5bdea06cd05c0add38aec8add6fed8780334c16e (patch)
treeb808ee57e4ca259392475044731ea82adb5d15a9
parentc8a030439b01dc92f6e1b1de467b5d8922a973bb (diff)
downloadqutebrowser-5bdea06cd05c0add38aec8add6fed8780334c16e.tar.gz
qutebrowser-5bdea06cd05c0add38aec8add6fed8780334c16e.zip
don't upload dist on failure for now
It's very very slow and there are many GBs to upload on the mac build. Also build window non-debug so it does an actual smoke test.
-rw-r--r--.github/workflows/nightly-test.yml20
1 files changed, 11 insertions, 9 deletions
diff --git a/.github/workflows/nightly-test.yml b/.github/workflows/nightly-test.yml
index 0f115aa8d..f30a2e286 100644
--- a/.github/workflows/nightly-test.yml
+++ b/.github/workflows/nightly-test.yml
@@ -18,7 +18,7 @@ jobs:
toxenv: build-release-qt6
name: qt6-macos-debug
- os: windows-2019
- args: --64bit --debug
+ args: --64bit
toxenv: build-release-qt6
name: qt6-windows-64bit-debug
runs-on: "${{ matrix.os }}"
@@ -56,12 +56,14 @@ 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
+ #- 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/
+ # !dist/qutebrowser.app/Contents/Frameworks # duplicate of Resources
+ # !dist/qutebrowser/_internal/ # intermediate? seems to be the same as in Resources too
+ # if-no-files-found: error