From 48600e3052d73ce2f583041eff74c16057e16ce9 Mon Sep 17 00:00:00 2001 From: Travis Glenn Hansen Date: Tue, 22 Feb 2022 21:53:19 -0700 Subject: [PATCH] ensure local-hostpath passes ci to build new images Signed-off-by: Travis Glenn Hansen --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e0c8f10..1b5b951 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -210,7 +210,7 @@ jobs: env: TEMPLATE_CONFIG_FILE: "./ci/configs/${{ matrix.config }}" - # zfs-local drivers + # local-hostpath driver csi-sanity-local-hostpath: needs: - build-npm @@ -242,6 +242,7 @@ jobs: - csi-sanity-truenas-core-13_0 - csi-sanity-zfs-generic - csi-sanity-zfs-local + - csi-sanity-local-hostpath runs-on: ubuntu-latest steps: - uses: actions/checkout@v2