Skip to content

Commit a3de9f3

Browse files
committed
wip (-m)
1 parent 5e2f067 commit a3de9f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ jobs:
6767
run: poetry install --no-root --with dev
6868

6969
- name: flake it
70-
run: flake8 .
70+
run: python -m flake8 .
7171

7272
- name: run tests
7373
run: |
74-
coverage run -m pytest --create-db
75-
coverage xml -o _shtrove_coverage.xml
74+
python -m coverage run -m pytest --create-db
75+
python -m coverage xml -o _shtrove_coverage.xml
7676
env:
7777
DATABASE_PASSWORD: postgres
7878
ELASTICSEARCH8_URL: http://localhost:9208/

0 commit comments

Comments
 (0)