Skip to content

04-testing

04-testing #57

Workflow file for this run

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