Skip to content

Test GitHub actions on pull request #1

Test GitHub actions on pull request

Test GitHub actions on pull request #1

name: Test
on: pull_request
jobs:
test:
name: Build and test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run tests
uses: docker://gcr.io/cloud-builders/bazel:5.4.0
with:
entrypoint: bash
args: ./scripts/run_tests