Skip to content

Commit

Permalink
ci: add global ci (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 authored Aug 22, 2024
1 parent 5eb0adf commit c671fbc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/global-ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Global CI

on: ["push", "pull_request"]

jobs:
e2e:
uses: trustification/trustify-ci/.github/workflows/global-ci.yml@main
with:
operator_bundle: "ghcr.io/trustification/trustify-operator-bundle:latest"
run_api_tests: false
run_ui_tests: true
ui_tests_ref: ${{ github.event.number && format('refs/pull/{0}/merge', github.event.number) || '' }}

0 comments on commit c671fbc

Please sign in to comment.