Skip to content

Add TRB to Lisk

Add TRB to Lisk #3892

Workflow file for this run

name: Test Scripts
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
name: test
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2
with:
version: 8.6.0
- name: Use Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: 16.x
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run Test
run: |
pnpm test