mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
fix needs
This commit is contained in:
parent
8c15653a75
commit
6543a591fa
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -148,7 +148,7 @@ jobs:
|
|||
test_iso_rhel:
|
||||
name: Test RHEL ISO
|
||||
needs:
|
||||
- build_iso
|
||||
- build_iso_rhel
|
||||
uses: ./.github/workflows/test_iso_rhel.yml
|
||||
with:
|
||||
pr: ${{ inputs.pr }}
|
||||
|
|
@ -158,7 +158,7 @@ jobs:
|
|||
test_deployment_rhel:
|
||||
name: Test RHEL Deployment
|
||||
needs:
|
||||
- build_iso
|
||||
- build_iso_rhel
|
||||
uses: ./.github/workflows/test_deployment_rhel.yml
|
||||
with:
|
||||
pr: ${{ inputs.pr }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue