Skip to content

docs: add a local end-to-end testing guide #3

docs: add a local end-to-end testing guide

docs: add a local end-to-end testing guide #3

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: [main]
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Build and Test
uses: ./.github/workflows/build.yml
secrets: inherit