Extend GH actions.

This commit is contained in:
Jan Mußler 2020-11-13 22:53:05 +01:00
parent 91dc571a01
commit fd39dcfe59
1 changed files with 7 additions and 1 deletions

View File

@ -11,5 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build and test Operator
- name: Make dependencies
run: make deps
- name: Compile
run: make linux
- name: Run unit tests
run: make test
- name: Run end-2-end tests
run: make e2e