Skip to content

Commit

Permalink
task: disable ui tests until the backend can serve the latest version…
Browse files Browse the repository at this point in the history
… of the UI (#3)
  • Loading branch information
carlosthe19916 authored Oct 8, 2024
1 parent 8c02fb0 commit 72ef920
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
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

0 comments on commit 72ef920

Please sign in to comment.