diff --git a/.github/workflows/run_e2e.yaml b/.github/workflows/run_e2e.yaml new file mode 100644 index 000000000..fc1235e3a --- /dev/null +++ b/.github/workflows/run_e2e.yaml @@ -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 \ No newline at end of file