Skip to content

task: disable ui tests until the backend can serve the latest version… #8

task: disable ui tests until the backend can serve the latest version…

task: disable ui tests until the backend can serve the latest version… #8

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