We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a1f83 commit e8b2e51Copy full SHA for e8b2e51
.github/workflows/integrate.yml
@@ -117,6 +117,10 @@ jobs:
117
linuxNode12:
118
name: '[Linux] Node.js v12: Unit tests'
119
runs-on: ubuntu-latest
120
+ strategy:
121
+ matrix:
122
+ sls-version: [2, 3]
123
+ pipenv-version: ['2022.8.5', '2022.8.13']
124
steps:
125
- name: Checkout repository
126
uses: actions/checkout@v2
@@ -165,10 +169,6 @@ jobs:
165
169
tagIfNewVersion:
166
170
name: Tag if new version
167
171
168
- strategy:
- matrix:
- sls-version: [2, 3]
- pipenv-version: ['2022.8.5', '2022.8.13']
172
needs: [windowsNode14, linuxNode14, linuxNode12]
173
174
0 commit comments