Skip to content

Commit 19aa4c1

Browse files
authored
make sync pyci.yml
1 parent 9e638f4 commit 19aa4c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pyci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
make install
2121
- name: Run linter and pytest
2222
run: |
23+
make sync
2324
make check
2425
- name: Run test coverage
2526
run: |
@@ -32,4 +33,4 @@ jobs:
3233
args: >
3334
-Dsonar.projectKey=hexlet-boilerplates_gendiff
3435
-Dsonar.organization=hexlet-boilerplates
35-
-Dsonar.python.coverage.reportPaths=coverage.xml
36+
-Dsonar.python.coverage.reportPaths=coverage.xml

0 commit comments

Comments
 (0)