Skip to content

Separate the current combined GH workflow into individual ones per job #1

Separate the current combined GH workflow into individual ones per job

Separate the current combined GH workflow into individual ones per job #1

Workflow file for this run

name: CI
on:
pull_request:
branches: [master]
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: ./.github/actions/ci-common-setup-locally-packaged
- name: Run tests against packaged library code
run: pnpm test