Skip to content

Commit

Permalink
Fix command syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoly-scherbakov committed Jan 7, 2024
1 parent e4862a5 commit 76e85eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:

- name: Test
shell: bash
run: poetry run j test -- --junitxml=tests/coverage/pytest.xml --cov-report= --cov-report=html:tests/coverage/html --cov=yaml_ld | tee tests/coverage/pytest-coverage.txt
# FIXME: This is ugly; move this inside `j test`.
run: poetry run j test -- -- --junitxml=tests/coverage/pytest.xml --cov-report= --cov-report=html:tests/coverage/html --cov=yaml_ld | tee tests/coverage/pytest-coverage.txt

# Report only changed files because the result is too large
- name: Pytest Coverage Comment
Expand Down

0 comments on commit 76e85eb

Please sign in to comment.