Skip to content

test: fix broken test #714

test: fix broken test

test: fix broken test #714

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
cache: npm
- name: install
run: npm ci
- name: build
run: npm run build
- name: test
run: npm run test