mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-25 04:24:21 +01:00
Tests: split wallet test from mint test pipeline (#748)
* split wallet test from mint test pipeline * regtest mint and wallet * fix * fix * move mint tests * real invoice in regtest mpp
This commit is contained in:
2
.github/workflows/tests_redis_cache.yml
vendored
2
.github/workflows/tests_redis_cache.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
||||
MINT_REDIS_CACHE_ENABLED: true
|
||||
MINT_REDIS_CACHE_URL: redis://localhost:6379
|
||||
run: |
|
||||
poetry run pytest tests/test_mint_api_cache.py -v --cov=mint --cov-report=xml
|
||||
poetry run pytest tests/mint/test_mint_api_cache.py -v --cov=mint --cov-report=xml
|
||||
|
||||
- name: Stop and clean up Docker Compose
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user