Skip to content

Commit 13b2c30

Browse files
committed
Exclude tests from ci
1 parent cf9d630 commit 13b2c30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/code-quality.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ jobs:
2424
- run: poetry install --with dev,test
2525
- run: echo "$(poetry env info --path)/bin" >> $GITHUB_PATH
2626
- uses: jakebailey/pyright-action@v1
27+
with:
28+
extra-args: "--exclude tests"

0 commit comments

Comments
 (0)