gh-ost/.github/workflows/replica-tests.yml

21 lines
318 B
YAML
Raw Normal View History

2019-08-11 12:04:04 +00:00
name: migration tests
2019-08-11 11:58:37 +00:00
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Go 1.12
uses: actions/setup-go@v1
with:
version: 1.12
id: go
2019-08-11 12:04:04 +00:00
- name: migration tests
2019-08-11 11:58:37 +00:00
run: script/cibuild-gh-ost-replica-tests