Skip to content

Revert "task: align operator change to decompose ui" (#6) #17

Revert "task: align operator change to decompose ui" (#6)

Revert "task: align operator change to decompose ui" (#6) #17

Workflow file for this run

name: Trustify CI
on: ["push", "pull_request"]
concurrency:
group: Trustify-CI-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
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