From 9ea1507bc889bcdab85f5d60b33da703edeecc08 Mon Sep 17 00:00:00 2001 From: Jonny McCullagh Date: Mon, 27 Jun 2022 14:17:04 +0100 Subject: [PATCH] WIP: Pipeline for Single Image deploy --- .github/workflows/deploy-single-image.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy-single-image.yml b/.github/workflows/deploy-single-image.yml index 8a66c686b7..2013b4b58f 100644 --- a/.github/workflows/deploy-single-image.yml +++ b/.github/workflows/deploy-single-image.yml @@ -45,6 +45,9 @@ jobs: name: "test" runs-on: ubuntu-latest needs: build + strategy: + matrix: + node-version: [14.x] steps: - name: Test Code Coverage uses: codecov/codecov-action@v1