Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Update .github/workflows/pr.yml
Browse files Browse the repository at this point in the history
Co-authored-by: cds-amal <[email protected]>
  • Loading branch information
davidmurdoch and cds-amal committed Jun 24, 2022
1 parent 29a75c4 commit 6ba3922
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
npm pack &&
size="$(zcat ganache-*.tgz | wc -c)" &&
echo "Bundle size: $size" &&
echo "Bundle size is $([[ "$size" -lt 99000000 ]] && echo "ok" || echo "not ok")" &&
test "$size" -lt 99000000
env:
INFURA_KEY: ${{ secrets.INFURA_KEY }}

0 comments on commit 6ba3922

Please sign in to comment.