mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 20:20:35 +00:00
feat: add lighthouse to e2e matrix
Signed-off-by: Steve Mattar <smattar@redhat.com>
This commit is contained in:
committed by
Steve Mattar
parent
d74e4a6fd4
commit
c450f75c8e
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user