Skip to content

Merge branch 'main' of https://github.com/joschonarth/node-find-a-friend #6

Merge branch 'main' of https://github.com/joschonarth/node-find-a-friend

Merge branch 'main' of https://github.com/joschonarth/node-find-a-friend #6

name: Run Unit Tests
on: [push]
jobs:
run-unit-tests:
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm run test