Skip to content

Remove npm clean install #4

Remove npm clean install

Remove npm clean install #4

Workflow file for this run

name: Run Unit Tests
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
- run: |
npm install
npm test