From 037b1b75707507f6235f7236186ef4e976873e78 Mon Sep 17 00:00:00 2001 From: downtownallday Date: Thu, 20 Apr 2023 08:55:02 -0400 Subject: [PATCH] capture failed ui test screenshot --- .github/workflows/commit-tests.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/commit-tests.yml b/.github/workflows/commit-tests.yml index c5792226..e64fd17f 100644 --- a/.github/workflows/commit-tests.yml +++ b/.github/workflows/commit-tests.yml @@ -15,6 +15,14 @@ jobs: run: sudo -E tests/system-setup/remote-nextcloud-docker.sh - name: test-runner run: sudo -E tests/runner.sh -dumpoutput -no-smtp-remote remote-nextcloud ehdd default remote-nextcloud + - uses: actions/upload-artifact@v3 + if: failure() + with: + name: tests-output + path: tests/out/**/screenshot.png + if-no-files-found: ignore + retention-days: 5 + # install upstream miab, then migrate to miabldap upgrade-from-upstream: runs-on: ubuntu-22.04