console/.github/workflows/tests-unit.yaml
2025-01-16 15:00:52 +01:00

19 lines
330 B
YAML

on:
workflow_call:
jobs:
unit:
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: setup environment
uses: ./.github/actions/setup
with:
actor: test-unit
- name: unit tests
run: pnpm test