Skip to content

Commit

Permalink
Comment out run of tests to avoid log spam
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina committed Aug 1, 2024
1 parent d457905 commit 188fb7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/process_kava_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
# - name: "Clone Kava"
# run: git clone https://github.com/Kava-Labs/kava

- name: Test Integration
run: KAVA_RPC_URL=http://localhost:26657 NETWORK=kava-local PORT=4000 make test-integration
# - name: Test Integration
# run: KAVA_RPC_URL=http://localhost:26657 NETWORK=kava-local PORT=4000 make test-integration

0 comments on commit 188fb7e

Please sign in to comment.