Skip to content

Commit ee8c56f

Browse files
committed
fix
1 parent dc208c8 commit ee8c56f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: CI
22

3-
on: [ push, pull_request ]
3+
on: [ push, pull_request, commit ]
44

55
jobs:
66
ci:
@@ -19,4 +19,4 @@ jobs:
1919
python -m pip install --upgrade pip
2020
poetry install -vv
2121
- name: Test
22-
run: pytest
22+
run: poetry run pytest

0 commit comments

Comments
 (0)