From 5bdea06cd05c0add38aec8add6fed8780334c16e Mon Sep 17 00:00:00 2001 From: toofar Date: Sun, 16 Jul 2023 22:46:58 +1200 Subject: 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. --- .github/workflows/nightly-test.yml | 20 +++++++++++--------- 1 file 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 -- cgit v1.2.3-54-g00ecf