Skip to content

Commit

Permalink
[ci] Update python tests
Browse files Browse the repository at this point in the history
Signed-off-by: Viet Nguyen Duc <[email protected]>
  • Loading branch information
VietND96 committed Nov 13, 2024
1 parent 0338677 commit ba86757
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,18 @@ jobs:
fail-fast: false
matrix:
include:
- browser: safari
os: macos
- browser: chrome
os: ubuntu
- browser: edge
os: ubuntu
- browser: firefox
os: ubuntu
with:
name: Integration Tests (remote, ${{ matrix.browser }})
name: Integration Tests (remote, ${{ matrix.browser }}, ${{ matrix.os }})
browser: ${{ matrix.browser }}
os: ${{ matrix.os }}
cache-key: py-remote-${{ matrix.browser }}
run: bazel test --local_test_jobs 1 --flaky_test_attempts 3 //py:test-remote

Expand All @@ -104,8 +112,12 @@ jobs:
os: macos
- browser: chrome
os: macos
- browser: edge
os: macos
- browser: firefox
os: macos
with:
name: Integration Tests (${{ matrix.browser }}, ${{ matrix.os }})
name: Browser Tests (${{ matrix.browser }}, ${{ matrix.os }})
browser: ${{ matrix.browser }}
os: ${{ matrix.os }}
cache-key: py-browser-${{ matrix.browser }}
Expand Down

0 comments on commit ba86757

Please sign in to comment.