mirror of
https://github.com/element-hq/synapse.git
synced 2026-03-30 19:25:46 +00:00
dont pull the chart with pytest-ess
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -850,7 +850,7 @@ jobs:
|
||||
yq eval -n '.synapse.image.registry = "localhost:5000" | .synapse.image.repository = "synapse" | .synapse.image.tag = "ci"' > ci-values.yml
|
||||
|
||||
- name: Run ESS tests
|
||||
run: pytest-ess --pull-chart --chart-version 26.3.0 --test-suite "synapse" --additional-test-values-file ci-values.yml -- -vv
|
||||
run: pytest-ess --test-suite "synapse" --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