From 657721ac2fd5da6e0f586350e56224d533f1e179 Mon Sep 17 00:00:00 2001 From: Randy Westergren Date: Mon, 9 Jan 2023 12:34:02 -0500 Subject: [PATCH] fix: Fix integration test matrix configuration Matrix values appear to mistakenly added to `tagIfNewVersion` instead of `linuxNode12` --- .github/workflows/integrate.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integrate.yml b/.github/workflows/integrate.yml index b0ca0207..b2b6f77d 100644 --- a/.github/workflows/integrate.yml +++ b/.github/workflows/integrate.yml @@ -117,6 +117,10 @@ jobs: linuxNode12: name: '[Linux] Node.js v12: Unit tests' runs-on: ubuntu-latest + strategy: + matrix: + sls-version: [2, 3] + pipenv-version: ['2022.8.5', '2022.8.13'] steps: - name: Checkout repository uses: actions/checkout@v2 @@ -165,10 +169,6 @@ jobs: tagIfNewVersion: name: Tag if new version runs-on: ubuntu-latest - strategy: - matrix: - sls-version: [2, 3] - pipenv-version: ['2022.8.5', '2022.8.13'] needs: [windowsNode14, linuxNode14, linuxNode12] steps: - name: Checkout repository