Skip to content

Commit

Permalink
Adding the feature-3.0 branch to the cron matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 committed Mar 13, 2021
1 parent 5760758 commit c8461ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -287,6 +289,7 @@ jobs:
- no-latest-cli
- no-latest-packages
- default
- version=feature-3.0
go-version:
- 1.16.x
languages:
Expand Down

0 comments on commit c8461ac

Please sign in to comment.