mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
use separate tests
This commit is contained in:
parent
3f08dd52b2
commit
ef44295a87
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -149,7 +149,7 @@ jobs:
|
|||
name: Test RHEL ISO
|
||||
needs:
|
||||
- build_iso
|
||||
uses: ./.github/workflows/test_iso.yml
|
||||
uses: ./.github/workflows/test_iso_rhel.yml
|
||||
with:
|
||||
pr: ${{ inputs.pr }}
|
||||
parent_job_name: ${{ inputs.parent_job_name && format('{0} / ', inputs.parent_job_name) }}Test ISO
|
||||
|
|
@ -159,7 +159,7 @@ jobs:
|
|||
name: Test RHEL Deployment
|
||||
needs:
|
||||
- build_iso
|
||||
uses: ./.github/workflows/test_deployment.yml
|
||||
uses: ./.github/workflows/test_deployment_rhel.yml
|
||||
with:
|
||||
pr: ${{ inputs.pr }}
|
||||
parent_job_name: ${{ inputs.parent_job_name && format('{0} / ', inputs.parent_job_name) }}Test Deployment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue