Skip to content

Commit

Permalink
Try to run CLI metrics job on latest stable (pulumi#1025)
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 committed Jun 24, 2021
1 parent 30f4fa3 commit 11835b7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/performance_metrics_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,8 @@ jobs:
- uses: actions/checkout@v2
- name: "Temporarily hack go.mod to get pre-release pulumi deps"
run: ./misc/test/temp_hack_go_mod.sh
# - name: Install Latest Stable Pulumi CLI
# uses: pulumi/setup-pulumi@v2
- name: Install Pulumi CLI with tracing additions (temp until Latest Stable has it)
run: |-
curl -sSL https://get.pulumi.com | bash -s -- --version 3.5.0-alpha.1623852893
echo "/home/runner/.pulumi/bin" >> $GITHUB_PATH
- name: Install Latest Stable Pulumi CLI
uses: pulumi/setup-pulumi@v2
- run: echo "Currently Pulumi $(pulumi version) is installed"
- name: Install Testing Dependencies
run: make ensure
Expand Down

0 comments on commit 11835b7

Please sign in to comment.