Skip to content

Commit

Permalink
Merge pull request #73 from rmartin16/ci
Browse files Browse the repository at this point in the history
Remove testing apps since CI will generate them now
  • Loading branch information
freakboy3742 authored Nov 18, 2023
2 parents 7c9bb59 + faf0232 commit d9ea1f9
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 55 deletions.
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
22 changes: 0 additions & 22 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.

0 comments on commit d9ea1f9

Please sign in to comment.