Skip to content

Commit

Permalink
Run app-creat-verify.yml in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Nov 16, 2023
1 parent 6f31674 commit 6f22fbc
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,21 @@ jobs:
- name: Test with tox
run: tox

verify-templates:
name: Verify Templates
needs: unit-tests
# TODO:PR: use real repo
uses: rmartin16/.github-beeware/.github/workflows/app-create-verify.yml@create-new-project
with:
runner-os: ${{ matrix.runner-os }}
framework: ${{ matrix.framework }}
strategy:
fail-fast: false
matrix:
framework: [ "toga", "pyside6", "ppb", "pygame" ]
runner-os: [ "macos-latest", "ubuntu-22.04", "windows-latest" ]


verify-apps:
name: Build App
needs: unit-tests
Expand All @@ -60,10 +75,5 @@ jobs:
strategy:
fail-fast: false
matrix:
framework: [ "toga", "pyside2", "pyside6", "ppb", "pygame" ]
framework: [ "toga", "pyside6", "ppb", "pygame" ]
runner-os: [ "macos-latest", "ubuntu-22.04", "windows-latest" ]
exclude:
# PySide2 doesn't publish *any* universal or ARM64 wheels, and is unlikely to
# ever do so, so we can't test pyside2 on macOS
- runner-os: "macos-latest"
framework: "pyside2"

0 comments on commit 6f22fbc

Please sign in to comment.