Skip to content

Running tests

Running tests #3

Workflow file for this run

name: Test
run-name: Running tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm install
- run: npm test