mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
split tests
This commit is contained in:
parent
74cababd57
commit
1e4635d400
3 changed files with 19 additions and 30 deletions
16
.github/workflows/tests.yml
vendored
16
.github/workflows/tests.yml
vendored
|
|
@ -31,8 +31,18 @@ jobs:
|
|||
pr: ${{ inputs.pr }}
|
||||
parent_job_name: ${{ inputs.parent_job_name && format('{0} / ', inputs.parent_job_name) }}Build Container
|
||||
|
||||
build_iso:
|
||||
name: Build ISO
|
||||
build_iso_flatpaks:
|
||||
name: Build ISO with Flatpaks
|
||||
needs:
|
||||
- build_container
|
||||
uses: ./.github/workflows/build_iso.yml
|
||||
with:
|
||||
pr: ${{ inputs.pr }}
|
||||
parent_job_name: ${{ inputs.parent_job_name && format('{0} / ', inputs.parent_job_name) }}Build ISO
|
||||
flatpaks_refs_dir: /github/workspace/flatpak_refs
|
||||
|
||||
build_iso_no_flatpaks:
|
||||
name: Build ISO with Flatpaks Refs
|
||||
needs:
|
||||
- build_container
|
||||
uses: ./.github/workflows/build_iso.yml
|
||||
|
|
@ -43,7 +53,7 @@ jobs:
|
|||
test_iso:
|
||||
name: Test ISO
|
||||
needs:
|
||||
- build_iso
|
||||
- build_iso_flatpaks
|
||||
uses: ./.github/workflows/test_iso.yml
|
||||
with:
|
||||
pr: ${{ inputs.pr }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue