Skip to content

Commit

Permalink
Fix typo-like problems in perf tests (pulumi#1019)
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 committed Jun 11, 2021
1 parent b7b1020 commit 71a705e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/performance_metrics_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ env:
PULUMI_TEST_OWNER: moolumi
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
jobs:
providers:
name: providers
performance_metrics_cron:
name: performance_metrics_cron
runs-on: ${{ matrix.platform }}
steps:
- name: Install DotNet ${{ matrix.dotnet-version }}
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- run: echo "Currently Pulumi $(pulumi version) is installed"
- name: Install Testing Dependencies
run: make ensure
- name: Add Test Trace DEtails
- name: Add Test Trace Details
run: |
echo "PULUMI_VERSION=$(pulumi version)" >> $GITHUB_ENV
- name: Running Performance Matrix
Expand Down
File renamed without changes.

0 comments on commit 71a705e

Please sign in to comment.