Skip to content

Commit

Permalink
Use app-test-suite 0.4.1 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ubergesundheit committed Aug 22, 2023
1 parent 2d39aed commit da451da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ workflows:
- architect/run-tests-with-ats:
name: execute chart tests
resource_class: large
app-test-suite_version: "v0.4.0"
app-test-suite_container_tag: "0.4.0"
app-test-suite_version: "v0.4.1"
app-test-suite_container_tag: "0.4.1"
filters:
# Do not trigger the job on merge to master.
branches:
Expand All @@ -47,8 +47,8 @@ workflows:
- architect/run-tests-with-ats:
name: execute enterprise tests
resource_class: large
app-test-suite_version: "v0.3.0"
app-test-suite_container_tag: "0.3.0"
app-test-suite_version: "v0.4.1"
app-test-suite_container_tag: "0.4.1"
additional_app-test-suite_flags: "--app-tests-app-config-file=tests/test-values-enterprise.yaml"
filters:
# Do not trigger the job on merge to master.
Expand Down

0 comments on commit da451da

Please sign in to comment.