🤖 Add e2e test workflow

This commit is contained in:
Ettore Di Giacinto
2022-09-10 22:45:28 +00:00
parent 78a728910d
commit 2997c7aa2f
4 changed files with 63 additions and 44 deletions

19
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
---
name: 'test'
on:
push:
branches:
- master
tags:
- '*'
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Test
run: |
make kind-e2e-tests