Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ jobs:
uses: ./.github/workflows/global-ci.yml
with:
operator_bundle: "ghcr.io/trustification/trustify-operator-bundle:latest"
# TODO
# We run this against ghcr.io/trustification/trustd:latest which does not contain the
# latest version of the UI. Therefore the UI tests will always fail.
# The repository https://github.com/trustification/trustify needs to find a way to continuously
# update the UI before this property is enabled
run_ui_tests: false
7 changes: 6 additions & 1 deletion .github/workflows/nightly-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@ jobs:
api_tests_ref: main
run_api_tests: true
ui_tests_ref: main
run_ui_tests: true
# TODO
# We run this against ghcr.io/trustification/trustd:latest which does not contain the
# latest version of the UI. Therefore the UI tests will always fail.
# The repository https://github.com/trustification/trustify needs to find a way to continuously
# update the UI before this property is enabled
run_ui_tests: false