Skip to content

Add payment index to payviapaymentrequest and subscribetopayviarequest #97

Add payment index to payviapaymentrequest and subscribetopayviarequest

Add payment index to payviapaymentrequest and subscribetopayviarequest #97

Workflow file for this run

name: "Unit test"
on:
pull_request:
branches: [ master ]
jobs:
unit-test:
name: Node ${{ matrix.node }} unit test on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: ['16', '18', '20']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: npm install
- name: Run unit tests
run: npm run unit-tests