Skip to content

Update to bazel 6.4.0 & add CI job (#6) #2

Update to bazel 6.4.0 & add CI job (#6)

Update to bazel 6.4.0 & add CI job (#6) #2

Workflow file for this run

name: ci
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bazelbuild/setup-bazelisk@v2
- run: bazel build //...
- run: bazel test //solution:solution --test_env guess=basil