console/.github/workflows/tests-unit.yaml
2022-12-21 10:25:00 +02:00

15 lines
250 B
YAML

on:
workflow_call:
jobs:
unit:
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/checkout@v3
- name: setup environment
uses: ./.github/actions/setup
- name: unit tests
run: pnpm test