Skip to content

Commit

Permalink
check for identity key first
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 768c6cc commit 2fc9d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- 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
Expand All @@ -28,3 +27,4 @@ jobs:
echo " does not exist."
exit 1
fi
- run: yarn test

0 comments on commit 2fc9d75

Please sign in to comment.