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 443fdb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
env:
TESTNET_MASTER_ACCOUNT_WALLET: ${{ secrets.TESTNET_MASTER_ACCOUNT_WALLET }}
run: echo "$TESTNET_MASTER_ACCOUNT_WALLET" > .near-credentials/workspaces/testnet/templateprojectmaster.testnet.json
- name: Check wallet
run: cat .near-credentials/workspaces/testnet/templateprojectmaster.testnet.json
- name: Run ci tests
run: yarn testci
- name: Run near-cli tests
Expand Down

0 comments on commit 443fdb8

Please sign in to comment.