Skip to content

Implements flag to handle displaying vespr as wallet option (#822) #573

Implements flag to handle displaying vespr as wallet option (#822)

Implements flag to handle displaying vespr as wallet option (#822) #573

name: Test on main merge
on:
push:
branches:
- master
jobs:
build_and_test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: npm
- run: npm ci
- run: npx nx run-many -t test
- uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage/lcov.info