forked from pulumi/examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding the feature-3.0 branch to the cron matrix
- Loading branch information
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -255,14 +255,16 @@ jobs: | |
run: echo 'running combination of dev pulumi cli + stable providers' | ||
- if: matrix.examples-test-matrix == 'default' | ||
run: echo 'running combination of dev pulumi cli + dev providers' | ||
- if: matrix.examples-test-matrix == 'version=feature-3.0' | ||
run: echo 'running combination of feature-3.0 cli + providers' | ||
- if: matrix.examples-test-matrix == 'no-latest-cli' | ||
name: Install Latest Stable Pulumi CLI | ||
uses: pulumi/[email protected] | ||
- name: Running ci-scripts/run-at-head with ${{ matrix.examples-test-matrix }} | ||
configuration | ||
run: ./ci-scripts/ci/run-at-head --${{ matrix.examples-test-matrix }} | ||
- if: matrix.examples-test-matrix == 'no-latest-packages' || matrix.examples-test-matrix | ||
== 'default' | ||
== 'default' || matrix.examples-test-matrix == 'version=feature-3.0' | ||
run: echo "$HOME/.pulumi/bin" >> $GITHUB_PATH | ||
- run: echo "Currently Pulumi $(pulumi version) is installed" | ||
- name: Install Testing Dependencies | ||
|
@@ -287,6 +289,7 @@ jobs: | |
- no-latest-cli | ||
- no-latest-packages | ||
- default | ||
- version=feature-3.0 | ||
go-version: | ||
- 1.16.x | ||
languages: | ||
|