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