Skip to content

Commit

Permalink
rearrange test
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Anderson <[email protected]>
  • Loading branch information
dmikey committed Jul 9, 2024
1 parent 2a71db1 commit 768c6cc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,16 @@ jobs:
node-version: 18
- run: npm i -g yarn
- run: yarn
- run: yarn build
- run: cp bls_x64-macos /usr/local/bin/bls
- run: bls components install -y
- run: yarn test
- run: |
FILE="/Users/runner/.bls/network/keys/head/identity"
if test -f $FILE; then
echo " exists."
exit 0
else
echo " does not exist."
exit 1
fi

0 comments on commit 768c6cc

Please sign in to comment.