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 10644ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ jobs:
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 +169,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" ]
framework: [ "toga-auto", "pyside6-auto", "ppb-auto", "pygame-auto" ]
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 10644ec

Please sign in to comment.