Skip to content

Update ton libs

Update ton libs #86

name: 01-wallet-npmton
on:
pull_request:
branches:
- main
schedule:
- cron: '0 9 * * 1,4'
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: echo MNEMONIC=\"${{ secrets.TUTORIALS_TESTNET_MNEMONIC }}\" > .env
- run: cd 01-wallet/test/npmton && ./index.sh