Use GHE action to run e2e.
This commit is contained in:
parent
49158ecb68
commit
91dc571a01
|
|
@ -0,0 +1,15 @@
|
|||
name: ubuntu
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Build and test Operator
|
||||
run: make e2e
|
||||
Loading…
Reference in New Issue