Skip to content

Commit

Permalink
chore: check wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
fospring committed May 27, 2024
1 parent 23582a4 commit 8f79df1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- name: Set master credentials
env:
TESTNET_MASTER_ACCOUNT_WALLET: ${{ secrets.TESTNET_MASTER_ACCOUNT_WALLET }}
run: echo "$TESTNET_MASTER_ACCOUNT_WALLET" > .near-credentials/workspaces/testnet/templateprojectmaster.testnet.json
# run: echo "$TESTNET_MASTER_ACCOUNT_WALLET" > .near-credentials/workspaces/testnet/templateprojectmaster.testnet.json
run: echo ${#"$TESTNET_MASTER_ACCOUNT_WALLET"}
- name: Run ci tests
run: yarn testci
- name: Run near-cli tests
Expand Down

0 comments on commit 8f79df1

Please sign in to comment.