Skip to content

Commit

Permalink
fix pytest run command
Browse files Browse the repository at this point in the history
  • Loading branch information
zerlok committed Nov 14, 2024
1 parent 752f7ea commit 55e2c86
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,7 @@ jobs:
- name: Install the project dependencies
run: poetry install --all-extras
- name: Run pytest
run: |-
poetry run pytest
--broker-url=amqp://guest:guest@localhost:5672/
--broker-retry-delay=3
--broker-retry-delay-mode=constant
--broker-retries-limit=10
--cov-report=xml
run: poetry run pytest --broker-url=amqp://guest:guest@localhost:5672/ --broker-retry-delay=3 --broker-retry-delay-mode=constant --broker-retries-limit=10 --cov-report=xml
# TODO: enable codecov
# - name: Upload results to Codecov
# uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 55e2c86

Please sign in to comment.