From 305fc60c4d1c44893e9f96acb443f613de237175 Mon Sep 17 00:00:00 2001 From: Gregory Danielson Date: Sat, 4 May 2024 14:08:03 -0500 Subject: [PATCH] lili la o pona e nasin Ci --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c25503a..91a3d7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,7 @@ on: - dev - working - "feature/*" + - "bug/*" paths-ignore: - "docs/**" - "news/**" @@ -19,6 +20,7 @@ on: - dev - working - "feature/*" + - "bug/*" paths-ignore: - "docs/**" - "news/**" @@ -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