Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina committed Aug 2, 2024
1 parent e1ce3d8 commit e3008a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/process_kava_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:

- name: "check if EVM API is available"
run: |
curl -sS -X POST
--data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
-H "Content-Type: application/json"
curl -sS -X POST \
--data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}' \
-H "Content-Type: application/json" \
http://localhost:8545 | jq
- name: Test Integration
Expand Down

0 comments on commit e3008a1

Please sign in to comment.