Skip to content

build: Package action as dist with latest changes #113

build: Package action as dist with latest changes

build: Package action as dist with latest changes #113

Workflow file for this run

name: "Tests (Unit)"
on:
push:
branches:
- "**"
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: npm install
- run: npm run test