feat: add lighthouse to e2e matrix

Signed-off-by: Steve Mattar <smattar@redhat.com>
This commit is contained in:
Steve Mattar
2021-03-10 16:41:48 +02:00
committed by Steve Mattar
parent d74e4a6fd4
commit c450f75c8e
+2
View File
@@ -14,6 +14,7 @@ jobs:
matrix:
cable_driver: ['libreswan', 'wireguard']
globalnet: ['', 'globalnet']
lighthouse: ['', 'lighthouse']
steps:
- name: Check out the repository
uses: actions/checkout@v2
@@ -23,6 +24,7 @@ jobs:
with:
cabledriver: ${{ matrix.cable_driver }}
globalnet: ${{ matrix.globalnet }}
lighthouse: ${{ matrix.lighthouse }}
- name: Post mortem
if: failure()