mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-03-29 11:00:32 +00:00
collect ess logs
This commit is contained in:
11
.github/workflows/ci.yaml
vendored
11
.github/workflows/ci.yaml
vendored
@@ -361,8 +361,17 @@ jobs:
|
|||||||
- name: Run ESS tests
|
- name: Run ESS tests
|
||||||
run: pytest-ess --test-suite "matrix-authentication-service" --additional-test-values-file ci-values.yml -- -vv
|
run: pytest-ess --test-suite "matrix-authentication-service" --additional-test-values-file ci-values.yml -- -vv
|
||||||
|
|
||||||
- uses: element-hq/upload-ess-logs-action@release/v2
|
- name: Collect ESS logs
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
|
run: collect-ess-logs
|
||||||
|
|
||||||
|
- name: Upload logs
|
||||||
|
if: ${{ failure() }}
|
||||||
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||||
|
with:
|
||||||
|
name: ess-helm-logs
|
||||||
|
path: ess-helm-logs
|
||||||
|
retention-days: 1
|
||||||
|
|
||||||
tests-done:
|
tests-done:
|
||||||
name: Tests done
|
name: Tests done
|
||||||
|
|||||||
Reference in New Issue
Block a user