source/.github/workflows/bazel-test.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 15: cannot unmarshal !!seq into string

15 lines
222 B
YAML

name: Bazel test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: bazel test
uses: ngalaiko/bazel-action@2.0.0
with:
args: ["test", "..."]