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

20 lines
304 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:
2020-06-28 05:39:16 +00:00
- uses: actions/checkout@v2
2019-08-11 11:58:37 +00:00
2020-06-28 05:39:16 +00:00
- name: Set up Go 1.14
2019-08-11 11:58:37 +00:00
uses: actions/setup-go@v1
with:
2020-06-28 05:39:16 +00:00
go-version: 1.14
2019-08-11 11:58:37 +00:00
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