From 7495bc5789d1071b2c97790476f8839b3b87835a Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Wed, 25 Oct 2023 07:26:09 +0800 Subject: [PATCH] Restore CI for AppImage build configurations. --- .github/workflows/ci.yml | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3725a50e..a1c1fff9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -292,21 +292,17 @@ jobs: matrix: framework: [ "toga", "ppb", "pyside2" ] - # test-verify-apps-appimage-templates: - # name: Test Verify AppImage App - # needs: pre-commit - # uses: ./.github/workflows/app-build-verify.yml - # with: - # python-version: "3.11" - # repository: beeware/briefcase-linux-appimage-template - # runner-os: ubuntu-latest - # target-platform: linux - # target-format: appimage - # framework: ${{ matrix.framework }} - # strategy: - # fail-fast: false - # matrix: - # framework: [ "toga", "ppb" ] + test-verify-apps-appimage-templates: + name: Test Verify AppImage App + needs: pre-commit + uses: ./.github/workflows/app-build-verify.yml + with: + python-version: "3.11" + repository: beeware/briefcase-linux-appimage-template + runner-os: ubuntu-latest + target-platform: linux + target-format: appimage + framework: toga test-verify-apps-flatpak-templates: name: Test Verify Flatpak App