Update E2E workflow to include failed webhook URL

This commit is contained in:
Simon Larsen 2024-04-26 22:50:20 +01:00
parent 96a09353fb
commit d312c2b0cf
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE

View File

@ -37,6 +37,8 @@ jobs:
run: export $(grep -v '^#' config.env | xargs) && docker-compose -f docker-compose.dev.yml up --exit-code-from e2e --abort-on-container-exit e2e || (docker-compose -f docker-compose.dev.yml logs e2e && exit 1)
- name: Upload test results
uses: actions/upload-artifact@v4
# Run this on failure
if: failure()
with:
# Name of the artifact to upload.
# Optional. Default is 'artifact'