Skip to content

check if git action could detect fails in test #20

check if git action could detect fails in test

check if git action could detect fails in test #20

# This workflow will run tests using node
name: Node.js Package
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm test