Skip to content

Commit

Permalink
squashme
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonNorthey92 committed Apr 30, 2024
1 parent 6f53608 commit e01b411
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/localnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ jobs:
env:
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 800 ]] && echo 'passing' || exit 1'
run: |
[[ $(HEMI_E2E_DUMP_JSON_AFTER_MS=10000 go run ./... | jq '.["pop_tx_count"]') -gt 800 ]] && echo 'passing' || exit 1

0 comments on commit e01b411

Please sign in to comment.