Skip to content

Commit

Permalink
corrects failing test (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikey authored Sep 1, 2022
1 parent c1c27eb commit 07d23a1
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 @@ -17,7 +17,7 @@ jobs:
- run: yarn
- run: yarn build
- run: cp bls_x64-macos /usr/local/bin/bls
- run: bls offchain install -y
- run: bls components install -y
- run: |
FILE="/Users/runner/.bls/network/keys/identity"
if test -f $FILE; then
Expand Down

0 comments on commit 07d23a1

Please sign in to comment.