mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
Update E2E workflow to include failed webhook URL
This commit is contained in:
parent
96a09353fb
commit
d312c2b0cf
2
.github/workflows/test.e2e.yaml
vendored
2
.github/workflows/test.e2e.yaml
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user