Skip to content

Commit

Permalink
Run as a module
Browse files Browse the repository at this point in the history
  • Loading branch information
Raalsky committed Jul 9, 2024
1 parent f14ef9b commit 2525dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test-e2e/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:

- name: E2E - ${{ inputs.module }}
run: |
pytest --cov=neptune --cov-report xml \
python -m pytest --cov=neptune --cov-report xml \
-v ./tests/e2e/ -m "${{ inputs.module }}" \
--timeout=600 --timeout_method=thread \
--color=yes \
Expand Down

0 comments on commit 2525dfa

Please sign in to comment.