Skip to content

Merge pull request #166 from bitovi/refactor/TR-75-ts-tests-blocked-s… #466

Merge pull request #166 from bitovi/refactor/TR-75-ts-tests-blocked-s…

Merge pull request #166 from bitovi/refactor/TR-75-ts-tests-blocked-s… #466

Workflow file for this run

name: Test
on:
pull_request:
branches: [main]
workflow_dispatch:
push:
branches: ["*"]
jobs:
unit-test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm install
- run: npm run build
- run: npm run test