mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 22:47:17 +00:00
15 lines
250 B
YAML
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
|