Skip to content

Run tests on windows #2

Run tests on windows

Run tests on windows #2

Workflow file for this run

name: run-tests

Check failure on line 1 in .github/workflows/run-tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/run-tests.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: strategy
on: [pull_request, push]
jobs:
strategy:
matrix:
platform: [ubuntu-latest, windows-latest]
build:
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Test
run: bazel test //...