mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-03-29 08:50:10 +00:00
dont pull the chart with pytest-ess
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -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() }}
|
||||
|
||||
Reference in New Issue
Block a user