Use GHE action to run e2e.

This commit is contained in:
Jan Mußler 2020-11-13 22:41:31 +01:00
parent 49158ecb68
commit 91dc571a01
1 changed files with 15 additions and 0 deletions

15
.github/workflows/run_e2e.yaml vendored Normal file
View File

@ -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