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

Archival notice

Archival notice #111

Workflow file for this run

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