Adapt tests

Signed-off-by: Itxaka <itxaka@kairos.io>
This commit is contained in:
Itxaka 2024-12-02 21:34:28 +01:00
parent a1d17c6e0a
commit 7b29b979aa
No known key found for this signature in database
GPG Key ID: FF934753A9D6AC56
2 changed files with 2 additions and 2 deletions

View File

@ -86,4 +86,4 @@ jobs:
run: |
earthly account login --token ${{ secrets.EARTHLY_TOKEN }} && earthly org select Kairos
- run: |
earthly +run-qemu-datasource-tests --PREBUILT_ISO=$(ls *ubuntu*.iso) --FLAVOR=${{ inputs.flavor }} --SSH_PORT=${{ inputs.port }}
earthly +run-qemu-datasource-tests --PREBUILT_ISO=$(ls *kairos*.iso) --FLAVOR=${{ inputs.flavor }} --SSH_PORT=${{ inputs.port }}

View File

@ -54,4 +54,4 @@ jobs:
EOF
earthly -P +prepare-bundles-tests
earthly -P +run-qemu-bundles-tests --PREBUILT_ISO=$(ls *ubuntu*.iso) --FLAVOR=${{ inputs.flavor }}
earthly -P +run-qemu-bundles-tests --PREBUILT_ISO=$(ls *kairos*.iso) --FLAVOR=${{ inputs.flavor }}