Skip to content

Test PR to trigger CI to see what enabling skymeld on Bazel 8.1 does with the missing files bug #274

Test PR to trigger CI to see what enabling skymeld on Bazel 8.1 does with the missing files bug

Test PR to trigger CI to see what enabling skymeld on Bazel 8.1 does with the missing files bug #274

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
- lucid-master
jobs:
build-lint-and-test:
runs-on: ${{ matrix.os }}
env:
BAZEL_VERSION: ${{ matrix.bazel_version }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04]
bazel_version: [bazelbuild/8.1.0]
steps:
- uses: actions/checkout@v3
- uses: bazel-contrib/[email protected]
with:
bazelisk-version: 1.22.1
- run: ./scripts/ci.sh build
- run: ./scripts/ci.sh lint
- run: ./scripts/ci.sh test