Skip to content

Commit 6cfa76d

Browse files
author
Shlomi Noach
committed
adding replica-tests
1 parent 43ea21c commit 6cfa76d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/replica-tests.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: CI
2+
3+
on: [pull_request]
4+
5+
jobs:
6+
build:
7+
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- uses: actions/checkout@master
12+
13+
- name: Set up Go 1.12
14+
uses: actions/setup-go@v1
15+
with:
16+
version: 1.12
17+
id: go
18+
19+
- name: Build
20+
run: script/cibuild-gh-ost-replica-tests

0 commit comments

Comments
 (0)