Skip to content

Bump the actions group across 1 directory with 5 updates (#120) #225

Bump the actions group across 1 directory with 5 updates (#120)

Bump the actions group across 1 directory with 5 updates (#120) #225

Workflow file for this run

name: 'Unit Tests'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
build: # make sure build/ci works properly
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: npm install
id: npm-install
run: |
npm install
- name: Run npm test
id: npm-test
run: |
npm test