Skip to content

Update walnutHQ wallet #58

Update walnutHQ wallet

Update walnutHQ wallet #58

Workflow file for this run

name: run_tests
on:
push:
branches: [ main ]
pull_request:
jobs:
deploy:
name: "Run tests"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
cache: 'npm'
- run: npm ci --include=dev
- run: npm test