Skip to content

Commit e8b2e51

Browse files
authored
fix: Fix integration test matrix configuration (#755)
Matrix values appear to mistakenly added to `tagIfNewVersion` instead of `linuxNode12`
1 parent 22a1f83 commit e8b2e51

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/integrate.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ jobs:
117117
linuxNode12:
118118
name: '[Linux] Node.js v12: Unit tests'
119119
runs-on: ubuntu-latest
120+
strategy:
121+
matrix:
122+
sls-version: [2, 3]
123+
pipenv-version: ['2022.8.5', '2022.8.13']
120124
steps:
121125
- name: Checkout repository
122126
uses: actions/checkout@v2
@@ -165,10 +169,6 @@ jobs:
165169
tagIfNewVersion:
166170
name: Tag if new version
167171
runs-on: ubuntu-latest
168-
strategy:
169-
matrix:
170-
sls-version: [2, 3]
171-
pipenv-version: ['2022.8.5', '2022.8.13']
172172
needs: [windowsNode14, linuxNode14, linuxNode12]
173173
steps:
174174
- name: Checkout repository

0 commit comments

Comments
 (0)