Skip to content

try different way 2

try different way 2 #5

Workflow file for this run

name: Run tests
on: [push]
jobs:
run-bazel-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: bazel test //...
# runs-on: gcr.io/bazel-public/bazel:7.3.2
# steps:
# - run: test ...