Skip to content

Merge pull request #20 from NemesisX1/NemesisX1-patch-4 #129

Merge pull request #20 from NemesisX1/NemesisX1-patch-4

Merge pull request #20 from NemesisX1/NemesisX1-patch-4 #129

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