Skip to content

Commit

Permalink
Customize make command to execute API tests (#68)
Browse files Browse the repository at this point in the history
Signed-off-by: Maayan Hadasi <[email protected]>
  • Loading branch information
mguetta1 authored Nov 5, 2024
1 parent 6f0a1b8 commit b177468
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/global-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ on:
required: false
type: string
default: main
api_tests_tiers:
description: |
The make command to execute from go-konveyor-tests repository
required: false
type: string
default: make test-tier0 test-tier1
api_hub_tests_ref:
description: |
The branch or PR of the Hub API tests from tackle2-hub repository to clone.
Expand Down Expand Up @@ -117,6 +123,12 @@ on:
required: false
type: string
default: main
api_tests_tiers:
description: |
The make command to execute from go-konveyor-tests repository
required: false
type: string
default: make test-tier0 test-tier1
api_hub_tests_ref:
description: |
The branch or PR of the Hub API tests from tackle2-hub repository to clone.
Expand Down Expand Up @@ -266,7 +278,7 @@ jobs:
run: |
export HUB_BASE_URL="http://$(minikube ip)/hub"
export HUB_TESTS_REF="${{ inputs.api_hub_tests_ref }}"
make test-tier0 test-tier1
${{ inputs.api_tests_tiers }}
working-directory: go-konveyor-tests

e2e-ui-integration-tests:
Expand Down

0 comments on commit b177468

Please sign in to comment.