Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Skip buildifier tasks in CI #269

Skip buildifier tasks in CI

Skip buildifier tasks in CI #269

Workflow file for this run

# Run tests on master and feature branches.
name: Test
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: bazel test //...
env:
# Bazelisk will download bazel to here
XDG_CACHE_HOME: ~/.cache/bazel-repo
run: bazel --bazelrc=.github/workflows/ci.bazelrc --bazelrc=.bazelrc test //...