Skip to content

Merge pull request #86 from bdalpe/renovate/isomorphic-git-1.x-lockfile #200

Merge pull request #86 from bdalpe/renovate/isomorphic-git-1.x-lockfile

Merge pull request #86 from bdalpe/renovate/isomorphic-git-1.x-lockfile #200

Workflow file for this run

name: Unit Tests on Pull Requests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Unit Testing
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: npm
cache-dependency-path: package-lock.json
- run: npm ci
- run: npm run test