diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index e50e885..1b4ccac 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -140,7 +140,7 @@ jobs: - name: Run ISO checks run: | mv ${{ env.IMAGE_NAME }}-${{ env.VERSION }}.iso deploy.iso - make test-iso + make test-iso FLATPAK_REMOTE_REFS=${{ env.FLATPAK_REMOTE_REFS}} - name: Add Kickstart and Grub options to ISO run: |