Skip to content

Commit

Permalink
lili la o pona e nasin Ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gregdan3 committed May 4, 2024
1 parent a8bfc15 commit 305fc60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- dev
- working
- "feature/*"
- "bug/*"
paths-ignore:
- "docs/**"
- "news/**"
Expand All @@ -19,6 +20,7 @@ on:
- dev
- working
- "feature/*"
- "bug/*"
paths-ignore:
- "docs/**"
- "news/**"
Expand Down Expand Up @@ -63,4 +65,4 @@ jobs:
pdm install --verbose --dev --group :all --without nltk
pdm info
- name: Run Tests
run: pdm run pytest --cov=sonatoki --cov-config=pyproject.toml tests
run: pdm run pytest --verbose --cov=sonatoki --cov-config=pyproject.toml tests

0 comments on commit 305fc60

Please sign in to comment.