Skip to content

Commit

Permalink
Add run on test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Svenito committed May 6, 2024
1 parent 1929be4 commit fb00b87
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ name: Python application

on:
push:
branches: [main]
branches: [main, wf_test/**]
pull_request:
branches: [main]

jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']

Expand All @@ -38,7 +39,7 @@ jobs:
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Type check with MyPy
run: |
# Some dependencies are missing the type definitions (semver, git, colorama)
# Some dependencies are missing the type definitions (semver, git)
poetry run mypy versup --ignore-missing-imports
- name: Test with pytest
run: |
Expand Down
23 changes: 11 additions & 12 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fb00b87

Please sign in to comment.