Skip to content

Commit

Permalink
Fix JSON file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah-thong committed Jul 10, 2024
1 parent b0c740d commit 5ac9af1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/market-config-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Validate config schema
uses: docker://orrosenblatt/validate-json-action:latest
env:
INPUT_SCHEMA: ../../config.schema.json
INPUT_JSONS: ../../configs/mainnet.json,../../configs/testnet.json,../../configs/devnet.json
INPUT_SCHEMA: config.schema.json
INPUT_JSONS: configs/mainnet.json,configs/testnet.json,configs/devnet.json

- name: Test market entries for invalid/duplicate markets
run: yarn check-configs mainnet testnet devnet # check using check_configs.ts script

0 comments on commit 5ac9af1

Please sign in to comment.