Skip to content

Commit c828f0c

Browse files
committed
test
1 parent 4356402 commit c828f0c

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

.github/workflows/actions.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -47,27 +47,27 @@ jobs:
4747
run: make install
4848
- name: test
4949
run: make lint
50-
# TODO: restore this test
51-
# integration-tests:
52-
# runs-on: ubuntu-18.04
53-
# defaults:
54-
# run:
55-
# working-directory: go/src/github.com/lyft/flinkk8soperator
56-
# env:
57-
# GOPATH: "/home/runner/work/flinkk8soperator/flinkk8soperator/go/"
58-
# steps:
59-
# - name: checkout
60-
# uses: actions/checkout@v2
61-
# with:
62-
# fetch-depth: 1
63-
# path: go/src/github.com/lyft/flinkk8soperator
64-
# - name: install go
65-
# uses: actions/setup-go@v2
66-
# with:
67-
# go-version: 1.12
68-
# - name: install
69-
# run: integ/install.sh
70-
# - name: setup
71-
# run: integ/setup.sh
72-
# - name: test
73-
# run: sudo "PATH=$PATH" "GOPATH=$GOPATH" integ/test.sh
50+
# TODO: restore this test
51+
integration-tests:
52+
runs-on: ubuntu-18.04
53+
defaults:
54+
run:
55+
working-directory: go/src/github.com/lyft/flinkk8soperator
56+
env:
57+
GOPATH: "/home/runner/work/flinkk8soperator/flinkk8soperator/go/"
58+
steps:
59+
- name: checkout
60+
uses: actions/checkout@v2
61+
with:
62+
fetch-depth: 1
63+
path: go/src/github.com/lyft/flinkk8soperator
64+
- name: install go
65+
uses: actions/setup-go@v2
66+
with:
67+
go-version: 1.12
68+
- name: install
69+
run: integ/install.sh
70+
- name: setup
71+
run: integ/setup.sh
72+
- name: test
73+
run: sudo "PATH=$PATH" "GOPATH=$GOPATH" integ/test.sh

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ FlinkK8sOperator is a [Kubernetes operator](https://coreos.com/operators/) that
1515

1616
## Project Status
1717

18-
*Beta*
18+
*Beta**
1919

2020
The operator is in use for some less-critical jobs at Lyft. At this point the focus is on testing and stability. While in
2121
Beta, we will attempt to limit the number of backwards-incompatible changes, but they may still occur as necessary.

0 commit comments

Comments
 (0)