mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-22 21: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:
|
matrix:
|
||||||
cable_driver: ['libreswan', 'wireguard']
|
cable_driver: ['libreswan', 'wireguard']
|
||||||
globalnet: ['', 'globalnet']
|
globalnet: ['', 'globalnet']
|
||||||
|
lighthouse: ['', 'lighthouse']
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repository
|
- name: Check out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@@ -23,6 +24,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
cabledriver: ${{ matrix.cable_driver }}
|
cabledriver: ${{ matrix.cable_driver }}
|
||||||
globalnet: ${{ matrix.globalnet }}
|
globalnet: ${{ matrix.globalnet }}
|
||||||
|
lighthouse: ${{ matrix.lighthouse }}
|
||||||
|
|
||||||
- name: Post mortem
|
- name: Post mortem
|
||||||
if: failure()
|
if: failure()
|
||||||
|
|||||||
Reference in New Issue
Block a user