Skip to content

test: fix validator tests never fail #48

test: fix validator tests never fail

test: fix validator tests never fail #48

Workflow file for this run

name: Node.js CI
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: "npm"
- run: npm install
- run: npm run test:unit