mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-01-04 09:24:22 +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_keycloak_auth.yml
vendored
2
.github/workflows/tests_keycloak_auth.yml
vendored
@@ -67,7 +67,7 @@ jobs:
|
||||
MINT_AUTH_OICD_DISCOVERY_URL: http://localhost:8080/realms/nutshell/.well-known/openid-configuration
|
||||
MINT_AUTH_OICD_CLIENT_ID: cashu-client
|
||||
run: |
|
||||
poetry run pytest tests/test_wallet_auth.py -v --cov=mint --cov-report=xml
|
||||
poetry run pytest tests/wallet/test_wallet_auth.py -v --cov=mint --cov-report=xml
|
||||
|
||||
- name: Stop and clean up Docker Compose
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user