File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -253,17 +253,12 @@ jobs:
253
253
run : echo 'running combination of dev pulumi cli + stable providers'
254
254
- if : matrix.examples-test-matrix == 'default'
255
255
run : echo 'running combination of dev pulumi cli + dev providers'
256
- - if : matrix.examples-test-matrix == 'version=feature-3.0'
257
- run : echo 'running combination of feature-3.0 cli + providers'
258
256
- if : matrix.examples-test-matrix == 'no-latest-cli'
259
257
name : Install Latest Stable Pulumi CLI
260
258
261
259
- name : Running ci-scripts/run-at-head with ${{ matrix.examples-test-matrix }}
262
260
configuration
263
261
run : ./ci-scripts/ci/run-at-head --${{ matrix.examples-test-matrix }}
264
- - if : matrix.examples-test-matrix == 'no-latest-packages' || matrix.examples-test-matrix
265
- == 'default' || matrix.examples-test-matrix == 'version=feature-3.0'
266
- run : echo "$HOME/.pulumi/bin" >> $GITHUB_PATH
267
262
- run : echo "Currently Pulumi $(pulumi version) is installed"
268
263
- name : Install Testing Dependencies
269
264
run : make ensure
@@ -287,7 +282,6 @@ jobs:
287
282
- no-latest-cli
288
283
- no-latest-packages
289
284
- default
290
- - version=feature-3.0
291
285
go-version :
292
286
- 1.16.x
293
287
languages :
You can’t perform that action at this time.
0 commit comments