Skip to content

Test PR

Test PR #1

Workflow file for this run

name: Tests
on:
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: ./.github/actions/setup-node
- name: Run Tests
run: yarn test --ci