console/.github/workflows/tests-unit.yaml
2023-03-14 16:12:50 +01:00

19 lines
330 B
YAML

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