Skip to content

chore: update dependency bazel_lib to v3.1.1 #527

chore: update dependency bazel_lib to v3.1.1

chore: update dependency bazel_lib to v3.1.1 #527

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
permissions:
contents: read
jobs:
e2e-tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
bazel:
- 9.*
folder:
- e2e/headers
- e2e/smoke
- e2e/nodejs_host
- e2e/conflicting_toolchains
steps:
- uses: actions/checkout@v6
- uses: bazel-contrib/[email protected]
- run: bazel test ...
env:
USE_BAZEL_VERSION: ${{ matrix.bazel }}
working-directory: ${{ matrix.folder }}