Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmycoffe committed Oct 17, 2023
1 parent 43edb6c commit 5d2e80c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ on:
types:
- opened
- synchronize

paths:
- "src/**"
- "tests/**"
jobs:
lint:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -51,7 +53,7 @@ jobs:
pdm run -v pytest tests
testcov:
runs-on: ubuntu-latest
name: Test python API
name: Generate a test-coverage report
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
Expand Down

0 comments on commit 5d2e80c

Please sign in to comment.