File tree Expand file tree Collapse file tree 3 files changed +46
-1
lines changed
Expand file tree Collapse file tree 3 files changed +46
-1
lines changed Original file line number Diff line number Diff line change 55 schedule :
66 - cron : " 30 3 * * *"
77
8+ env :
9+ BOT_TOKEN : " 123456:TEST_TOKEN"
10+ TEST_BOT_TOKEN : " 123456:TEST_TOKEN"
11+ BASE_FEE : " 100"
12+ DB_URL : " sqlite+aiosqlite:///tmp/mmwb-test.db"
13+ REDIS_URL : " redis://localhost:6379/0"
14+ TRON_API_KEY : " test"
15+ TRON_MASTER_ADDRESS : " test"
16+ TRON_MASTER_KEY : " test"
17+ THOTHPAY_API : " test"
18+ OPENAI_KEY : " test"
19+ EURMTL_KEY : " test"
20+ SENTRY_DSN : " https://examplePublicKey@o0.ingest.sentry.io/0"
21+ HORIZON_URL : " https://horizon-testnet.stellar.org"
22+ HORIZON_URL_RW : " https://horizon-testnet.stellar.org"
23+ MONGODB_URL : " mongodb://localhost:27017/mmwb_test"
24+ GRIST_TOKEN : " test"
25+ TONCONSOLE_TOKEN : " test"
26+ TON_TOKEN : " test"
27+ WALLET_COST : " 1"
28+
829jobs :
930 testnet-canary :
1031 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 55 schedule :
66 - cron : " 0 3 * * *"
77
8+ env :
9+ BOT_TOKEN : " 123456:TEST_TOKEN"
10+ TEST_BOT_TOKEN : " 123456:TEST_TOKEN"
11+ BASE_FEE : " 100"
12+ DB_URL : " sqlite+aiosqlite:///tmp/mmwb-test.db"
13+ REDIS_URL : " redis://localhost:6379/0"
14+ TRON_API_KEY : " test"
15+ TRON_MASTER_ADDRESS : " test"
16+ TRON_MASTER_KEY : " test"
17+ THOTHPAY_API : " test"
18+ OPENAI_KEY : " test"
19+ EURMTL_KEY : " test"
20+ SENTRY_DSN : " https://examplePublicKey@o0.ingest.sentry.io/0"
21+ HORIZON_URL : " https://horizon-testnet.stellar.org"
22+ HORIZON_URL_RW : " https://horizon-testnet.stellar.org"
23+ MONGODB_URL : " mongodb://localhost:27017/mmwb_test"
24+ GRIST_TOKEN : " test"
25+ TONCONSOLE_TOKEN : " test"
26+ TON_TOKEN : " test"
27+ WALLET_COST : " 1"
28+
829jobs :
930 external-tests :
1031 runs-on : ubuntu-latest
2445 - name : Setup just
2546 uses : taiki-e/install-action@just
2647
48+ - name : Install system dependencies
49+ run : sudo apt-get update && sudo apt-get install -y libzbar0
50+
2751 - name : Run external integration tests
2852 run : just test-external
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ test-e2e-smoke:
5757 cd bot && uv run --package mmwb-bot pytest tests/ routers/ test_common_start.py tests/ routers/ test_add_wallet.py tests/ routers/ test_wallet_setting.py tests/ routers/ test_send.py tests/ routers/ test_trade.py tests/ routers/ test_swap.py tests/ routers/ test_sign.py tests/ routers/ test_inout.py -m " not external"
5858
5959test-external :
60- cd bot && uv run --package mmwb-bot pytest -m external
60+ cd bot && uv run --package mmwb-bot pytest tests / external -m external
6161
6262arch -test:
6363 uv run python .linters/ check_import_boundaries.py
You can’t perform that action at this time.
0 commit comments