Skip to content

Commit 88fed72

Browse files
Danil42Russiathekiba
authored andcommitted
compact actions
1 parent 212e029 commit 88fed72

File tree

2 files changed

+7
-26
lines changed

2 files changed

+7
-26
lines changed

.github/workflows/json-schema.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
with:
1818
python-version: '3.11'
1919

20+
- name: Install Python dependencies
21+
run: pip install jsonschema
22+
2023
- name: Run wallet validation tests
2124
run: python tests/test_wallet_validation.py
2225

@@ -30,4 +33,7 @@ jobs:
3033
run: python scripts/proxy_urls.py
3134

3235
- name: Run wallet validation tests on proxy file
33-
run: WALLET_FILE=wallets-v2.proxy.json python tests/test_wallet_validation.py
36+
run: WALLET_FILE=wallets-v2.proxy.json python tests/test_wallet_validation.py
37+
38+
- name: Run Json Schema validate test
39+
run: python tests/test_jsonschema.py --wallets-file=wallets-v2.json --json-schema-file=wallets-v2.schema.json

0 commit comments

Comments
 (0)