Skip to content

add tests and try a workflow #1

add tests and try a workflow

add tests and try a workflow #1

Workflow file for this run

name: Run Tests
on:
push:
branches:
- test
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install
- run: npm test