Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove testing apps since CI will generate them now #13

Merged
merged 2 commits into from
Nov 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,24 @@ 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
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.