mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
only test flatpaks when installed
This commit is contained in:
parent
4f61576670
commit
cf1acba5a6
3 changed files with 11 additions and 3 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -50,6 +50,7 @@ jobs:
|
|||
with:
|
||||
pr: ${{ inputs.pr }}
|
||||
parent_job_name: ${{ inputs.parent_job_name && format('{0} / ', inputs.parent_job_name) }}Test ISO with Flatpaks
|
||||
flatpaks_refs_dir: /github/workspace/flatpak_refs
|
||||
suffix: flatpaks
|
||||
|
||||
test_deployment_flatpaks:
|
||||
|
|
@ -60,6 +61,7 @@ jobs:
|
|||
with:
|
||||
pr: ${{ inputs.pr }}
|
||||
parent_job_name: ${{ inputs.parent_job_name && format('{0} / ', inputs.parent_job_name) }}Test Deployment with Flatpaks
|
||||
flatpaks_refs_dir: /github/workspace/flatpak_refs
|
||||
suffix: flatpaks
|
||||
|
||||
build_iso:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue