Skip to content

Commit

Permalink
corrects test (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikey authored Nov 8, 2023
1 parent e0b5202 commit e85cff7
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 @@ -19,7 +19,7 @@ jobs:
- run: cp bls_x64-macos /usr/local/bin/bls
- run: bls components install -y
- run: |
FILE="/Users/runner/.bls/network/keys/identity"
FILE="/Users/runner/.bls/network/keys/head/identity"
if test -f $FILE; then
echo " exists."
exit 0
Expand Down

0 comments on commit e85cff7

Please sign in to comment.