Skip to content

Commit e651c7a

Browse files
committed
chore: yamlfix changes
1 parent 9b1d11d commit e651c7a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
- name: 'Install pytest'
2929
run: 'pip install pytest'
3030
- name: 'Run coverage'
31-
working-directory: tests
31+
working-directory: "tests"
3232
run: 'coverage run -m pytest'
3333
- name: 'Generate xml'
34-
working-directory: tests
34+
working-directory: "tests"
3535
run: 'coverage xml -o coverage.xml'
3636
- name: 'Relocate the coverage report'
3737
run: 'mv tests/coverage.xml coverage.xml'

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
true ###############################################################
6868
uv pip install --system -r pyproject.toml --extra dev .
6969
- name: 'Run pytest'
70-
working-directory: tests
70+
working-directory: "tests"
7171
run: |-
7272
true ###############################################################
7373
true # use pytest dot path because it's portable across

0 commit comments

Comments
 (0)