Skip to content

Commit

Permalink
CI: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Giacomo Licari committed Mar 9, 2024
1 parent 7a1ddaf commit 00b81be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Run tests
working-directory: ./api
run: |
python3 -m unittest discover
python3 -m unittest discover -p 'test_*.py'
build-and-push-image:
runs-on: ubuntu-latest
Expand Down
2 changes: 0 additions & 2 deletions api/api/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
from .const import CHAIN_NAMES
from .services import RateLimitStrategy

# from .utils import get_chain_name

load_dotenv()

rate_limit_strategy = RateLimitStrategy()
Expand Down

0 comments on commit 00b81be

Please sign in to comment.