Skip to content

Merge pull request #351 from bluehalo/202402-naming-updates #109

Merge pull request #351 from bluehalo/202402-naming-updates

Merge pull request #351 from bluehalo/202402-naming-updates #109

Workflow file for this run

name: Test
on: push
jobs:
run-tests:
name: Run Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: '20'
- name: Install Dependencies
run: yarn install
- name: Run Tests
run: yarn test