From 56ad67408b4015c0e35d074e2bc9f4bf8eb615c8 Mon Sep 17 00:00:00 2001 From: Russell Martin Date: Sun, 9 Jun 2024 01:22:51 -0400 Subject: [PATCH] Add Console app testing to CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f36a96..e6433dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,5 +41,5 @@ jobs: python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ] # PySide6 produce very long paths that can't be packaged by WiX. # Disabling until the problem has been fixed. See beeware/briefcase#948 - # framework: [ "toga", "pyside6", "pygame" ] - framework: [ "toga", "pygame" ] + # framework: [ "toga", "pyside6", "pygame", "console" ] + framework: [ "toga", "pygame", "console" ]