Skip to content

create spends in mock wallet creation, and add same script type priva… #171

create spends in mock wallet creation, and add same script type priva…

create spends in mock wallet creation, and add same script type priva… #171

name: Test FE
on: [push]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Install Node.js and NPM
uses: actions/setup-node@v3
with:
node-version: 20
cache: npm
- name: npm install
run: |
npm install
- name: npm test
run: |
npm run package
npm test