Skip to content

Commit

Permalink
Fix script path
Browse files Browse the repository at this point in the history
  • Loading branch information
trizin authored Sep 29, 2023
1 parent e920ac3 commit 28e6b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
SUBGRAPH_URL: "https://v4.subgraph.sapphire-testnet.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph"
PRIVATE_KEY: "0xb23c44b8118eb7a7f70d21b0d20aed9b05d85d22ac6a0e57697c564da1c35554"
run: |
output=$(python your_script.py | grep -E 'FAIL|WARNING')
output=$(python scripts/check_testnet.py | grep -E 'FAIL|WARNING')
echo "::set-output name=output::$output"
- name: Get Joke from API
Expand Down

0 comments on commit 28e6b51

Please sign in to comment.