Skip to content

Commit

Permalink
Test running helloworld apps in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Nov 19, 2023
1 parent ccda123 commit b0fb1f2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,20 +145,22 @@ jobs:
verify-templates:
name: Verify Templates
needs: unit-tests
uses: beeware/.github/.github/workflows/app-create-verify.yml@main
# uses: beeware/.github/.github/workflows/app-create-verify.yml@main
uses: rmartin16/.github-beeware/.github/workflows/app-create-verify.yml@build-verify-run
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" ]
framework: [ toga, pyside6, ppb, pygame ]
runner-os: [ macos-latest, ubuntu-22.04, windows-latest ]

verify-apps:
name: Build app
needs: unit-tests
uses: beeware/.github/.github/workflows/app-build-verify.yml@main
# uses: beeware/.github/.github/workflows/app-build-verify.yml@main
uses: rmartin16/.github-beeware/.github/workflows/app-build-verify.yml@build-verify-run
with:
# This *must* be the version of Python that is the system Python on the
# Ubuntu version used to run Linux tests. We use a fixed ubuntu-22.04
Expand All @@ -168,8 +170,10 @@ jobs:
python-version: "3.10"
runner-os: ${{ matrix.runner-os }}
framework: ${{ matrix.framework }}
workflow-repo: rmartin16/.github-beeware
workflow-repo-ref: build-verify-run
strategy:
fail-fast: false
matrix:
framework: [ "toga", "pyside6", "ppb", "pygame" ]
runner-os: [ "macos-latest", "ubuntu-22.04", "windows-latest" ]
framework: [ toga, pyside6, ppb, pygame ]
runner-os: [ macos-latest, ubuntu-22.04, windows-latest ]
1 change: 1 addition & 0 deletions changes/xxx.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Automated testing on GitHub now confirms that the apps created for each output format during integrated testing can successfully run.

0 comments on commit b0fb1f2

Please sign in to comment.