Skip to content

03-client

03-client #52

Workflow file for this run

name: 03-client
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 03-client/test && ./index.sh