console/.github/workflows/tests-unit.yaml
renovate[bot] 1297a54269
chore(deps): update actions/checkout action to v4 (#2853)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-17 13:59:19 -07:00

21 lines
385 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
cacheNext: false
cacheTurbo: false
- name: unit tests
run: pnpm test