Skip to content

test out buildbuddy workflows #23

test out buildbuddy workflows

test out buildbuddy workflows #23

Workflow file for this run

name: Test
on: [push, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
with:
buildbuddy_api_key: ${{ secrets.BUILDBUDDY_API_KEY }}
- name: Bazel Test
run: bazel test //...