Skip to content

Commit

Permalink
squashme
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonNorthey92 committed May 1, 2024
1 parent 3d8d5f7 commit 14cb377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/localnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
HEMI_E2E_DUMP_JSON_AFTER_MS: '300000'
working-directory: ./e2e/monitor
run: |
[[ $(HEMI_E2E_DUMP_JSON_AFTER_MS=10000 go run ./... | jq '.["pop_tx_count"]') -gt 8 ]] && echo 'passing' || exit 1
[[ $(go run ./... | jq '.["pop_tx_count"]') -gt 8 ]] && echo 'passing' || exit 1

0 comments on commit 14cb377

Please sign in to comment.