Skip to content

Commit

Permalink
remove non-existent tests/ folder args from pytest command in forge-c…
Browse files Browse the repository at this point in the history
…i.yml
  • Loading branch information
Pwuts committed May 27, 2024
1 parent f6ca008 commit 21d4a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/forge-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
poetry run pytest -vv \
--cov=forge --cov-branch --cov-report term-missing --cov-report xml \
--durations=10 \
forge tests/unit tests/integration
forge
env:
CI: true
PLAIN_OUTPUT: True
Expand Down

0 comments on commit 21d4a34

Please sign in to comment.