Skip to content

Merge pull request #13 from NemesisX1/NemesisX1-patch-2 #120

Merge pull request #13 from NemesisX1/NemesisX1-patch-2

Merge pull request #13 from NemesisX1/NemesisX1-patch-2 #120

Workflow file for this run

name: Running tests workflow
on: [push]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
- run: npm ci
- run: npm run docs
- run: npm test