From c450f75c8ed05a27632a4682319954484cc03419 Mon Sep 17 00:00:00 2001 From: Steve Mattar Date: Sun, 7 Mar 2021 05:03:53 +0200 Subject: [PATCH] feat: add lighthouse to e2e matrix Signed-off-by: Steve Mattar --- .github/workflows/e2e.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 0ed84e6..0cb247c 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -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()