Skip to content

[test] New: added testing workflow #6

[test] New: added testing workflow

[test] New: added testing workflow #6

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
test_rules:
strategy:

Check failure on line 11 in .github/workflows/tests.yaml

View workflow run for this annotation

GitHub Actions / Tests

Invalid workflow file

The workflow is not valid. .github/workflows/tests.yaml (Line: 11, Col: 5): Required property is missing: runs-on
matrix:
os: [ubuntu-latest, macos-latest]
steps:
# Caches and restores the bazelisk download directory, the bazel build directory.
- name: Cache bazel
uses: actions/cache@v2
with:
path: |
~/.cache/bazelisk
~/.cache/bazel
key: ${{ runner.os }}-bazel-cache
- uses: actions/checkout@v2
- name: help
run: bazel run @rules_endorctl_toolchains//:endorctl -- --help