Skip to content

Commit

Permalink
feat: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eruizgar91 committed Oct 14, 2024
1 parent 29ef251 commit 29808e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/payments-test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflows will upload a Python Package using Twine when a release is created
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries

name: Tests
name: Payments Tests

on: [push]

Expand All @@ -28,4 +28,4 @@ jobs:
NVM_API_KEY: ${{ secrets.NVM_API_KEY }}
NVM_API_KEY2: ${{ secrets.NVM_API_KEY2 }}
run: |
poetry run pytest -v -s tests/main_test.py
poetry run pytest tests/main_test.py
2 changes: 1 addition & 1 deletion .github/workflows/websocket-test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflows will upload a Python Package using Twine when a release is created
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries

name: Tests
name: Websocket Tests

on: [push]

Expand Down

0 comments on commit 29808e2

Please sign in to comment.