Skip to content

Workflow file for this run

concurrency:
group: ${{ github.ref }}-test
cancel-in-progress: true
run-name: test
on:
push:
branches-ignore:
- main
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/setup
- name: Run tests
run: pnpm test