Skip to content

Print command lines for build commands. #329

Print command lines for build commands.

Print command lines for build commands. #329

Workflow file for this run

name: CI (Bazel)
on:
push:
branches: [main]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
env:
BAZELISK_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- run: .github/bazel.sh
shell: bash