Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Remove references to GRAIL #117

Remove references to GRAIL

Remove references to GRAIL #117

Workflow file for this run

name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v2
- name: Run tests
env:
BAZELISK_GITHUB_TOKEN: ${{ secrets.BAZELISK_GITHUB_TOKEN }}
run: tests/run_tests.sh