Skip to content

[STS2510] chore: add update-status workflow to repo #12

[STS2510] chore: add update-status workflow to repo

[STS2510] chore: add update-status workflow to repo #12

Workflow file for this run

name: "Unit Test"
on:
pull_request:
push:
branches:
- main
jobs:
# unit tests
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm run test