Skip to content

Add explicit settings for chore commit type in the release CI configuration #33

Add explicit settings for chore commit type in the release CI configuration

Add explicit settings for chore commit type in the release CI configuration #33

Workflow file for this run

name: CI - run tests
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 build
run: pnpm test