Skip to content

Commit

Permalink
ci: fix missing mnemonic file issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amarinkovic committed Dec 1, 2023
1 parent 047cb10 commit 9b71037
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 @@ -42,7 +42,7 @@ jobs:
run: yarn

- name: Drop-in Test Wallet
run: echo "test test test test test test test test test test test junk" > ./nayms_mnemonic.txt
run: echo "test test test test test test test test test test test junk" > ./nayms_mnemonic.txt && echo "none" > ./nayms_mnemonic_mainnet.txt

- name: Build solidity contracts
run: make build
Expand Down

0 comments on commit 9b71037

Please sign in to comment.