feat: run e2e tests on pull requests (#7659)

Co-authored-by: Adam Weidman <adamfweidman@google.com>
Co-authored-by: Sandy Tao <sandytao520@icloud.com>
This commit is contained in:
matt korwel
2025-09-03 13:14:16 -07:00
committed by GitHub
parent 4b2c990368
commit 4c38227256
2 changed files with 10 additions and 5 deletions

View File

@@ -4,13 +4,18 @@ on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
- 'release/**'
merge_group:
jobs:
e2e-test-linux:
name: 'E2E Test (Linux) - ${{ matrix.sandbox }}'
name: 'E2E Test (Linux) - ${{ matrix.sandbox }} : ${{ matrix.node-version }}'
runs-on: 'ubuntu-latest'
strategy:
fail-fast: false
matrix:
sandbox:
- 'sandbox:none'