mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-03 00:07:05 +00:00
capture failed ui test screenshot
This commit is contained in:
parent
a3e446b7c6
commit
037b1b7570
8
.github/workflows/commit-tests.yml
vendored
8
.github/workflows/commit-tests.yml
vendored
@ -15,6 +15,14 @@ jobs:
|
|||||||
run: sudo -E tests/system-setup/remote-nextcloud-docker.sh
|
run: sudo -E tests/system-setup/remote-nextcloud-docker.sh
|
||||||
- name: test-runner
|
- name: test-runner
|
||||||
run: sudo -E tests/runner.sh -dumpoutput -no-smtp-remote remote-nextcloud ehdd default remote-nextcloud
|
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
|
# install upstream miab, then migrate to miabldap
|
||||||
upgrade-from-upstream:
|
upgrade-from-upstream:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
Loading…
Reference in New Issue
Block a user