Skip to content

Merge branch 'main' of https://github.com/HSSPfile/js #37

Merge branch 'main' of https://github.com/HSSPfile/js

Merge branch 'main' of https://github.com/HSSPfile/js #37

Workflow file for this run

name: Unit tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Run all tests
run: |
npm install --legacy-peer-deps
npm run test