Skip to content

Update README.md

Update README.md #23

Workflow file for this run

name: Test NovaWallet App
on:
pull_request:
workflow_dispatch:
push:
branches: [main]
jobs:
unit-test:
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install && npm run test