Skip to content

Commit

Permalink
Remove testing apps since CI will generate them now
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Nov 17, 2023
1 parent dc670d9 commit 1fd3be8
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 136 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,30 @@ on:
- main
workflow_call:

# Cancel active CI runs for a PR before starting another run
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

defaults:
run:
shell: bash # https://github.com/beeware/briefcase/pull/912
shell: bash

env:
FORCE_COLOR: "1"

jobs:
pre-commit:
name: Pre-commit checks
uses: beeware/.github/.github/workflows/pre-commit-run.yml@main
with:
pre-commit-source: "pre-commit"
pre-commit-source: pre-commit

verify-apps:
name: Build apps
needs: pre-commit
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@create-new-project
with:
runner-os: ${{ matrix.runner-os }}
framework: ${{ matrix.framework }}
Expand Down
10 changes: 0 additions & 10 deletions tests/apps/verify-toga.config

This file was deleted.

69 changes: 0 additions & 69 deletions tests/apps/verify-toga/.gitignore

This file was deleted.

23 changes: 0 additions & 23 deletions tests/apps/verify-toga/pyproject.toml

This file was deleted.

Empty file.
4 changes: 0 additions & 4 deletions tests/apps/verify-toga/src/verify_toga/__main__.py

This file was deleted.

27 changes: 0 additions & 27 deletions tests/apps/verify-toga/src/verify_toga/app.py

This file was deleted.

Empty file.
Binary file not shown.
Binary file not shown.

0 comments on commit 1fd3be8

Please sign in to comment.