Skip to content

Commit

Permalink
Ensure we set pulumi to GITHUB_PATH when installing dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 committed Feb 1, 2021
1 parent f31bcf1 commit 2cf91e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ jobs:
- 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'
- if: matrix.examples-test-matrix == 'no-latest-packages' || 'matrix.examples-test-matrix
== 'default'
run: echo "$HOME/.pulumi/bin" >> $GITHUB_PATH
- run: echo "Currently Pulumi $(pulumi version) is installed"
- name: Install Testing Dependencies
Expand Down

0 comments on commit 2cf91e7

Please sign in to comment.