Skip to content

Bump the actions group in /.github/workflows with 2 updates (#232) #421

Bump the actions group in /.github/workflows with 2 updates (#232)

Bump the actions group in /.github/workflows with 2 updates (#232) #421

Workflow file for this run

name: 'Run unit tests.'
on: # rebuild any PRs and main branch changes
pull_request:
branches:
- main
- 'releases/*'
push:
branches:
- main
- 'releases/*'
jobs:
build: # make sure build/ci works properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Build and run L0 tests.
run: |
npm install
npm test