Skip to content

Commit 09a8f29

Browse files
authored
Fix pytest command in CI workflow
Signed-off-by: Wilson Garcia <dev@n3u.dev>
1 parent b6de91d commit 09a8f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
3232
- name: Run tests
3333
run: |
34-
pytest --fix
34+
pytest

0 commit comments

Comments
 (0)