dont pull the chart with pytest-ess

This commit is contained in:
Gaël Goinvic
2026-03-26 16:34:06 +01:00
parent 58bd0dcf0b
commit 566bb07799

View File

@@ -359,7 +359,7 @@ jobs:
.matrixAuthenticationService.image.tag = "ci"' > ci-values.yml
- name: Run ESS tests
run: pytest-ess --pull-chart --chart-version 26.3.0 --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
if: ${{ failure() }}