Skip to content

Commit

Permalink
ci: fix canaries ios metric name (#3318)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjnoyp authored Jun 28, 2023
1 parent 1c759a4 commit 8acd8ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/amplify_canaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
with:
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
aws-region: ${{ secrets.AWS_REGION }}
metric-name: e2eCanaryTestFailure
metric-name: E2ECanaryTestFailure
value: 1
dimensions: channel=${{ matrix.channel }},platform=ios
- name: Log succeeding ios runs
Expand All @@ -229,6 +229,6 @@ jobs:
with:
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
aws-region: ${{ secrets.AWS_REGION }}
metric-name: e2eCanaryTestFailure
metric-name: E2ECanaryTestFailure
value: 0
dimensions: channel=${{ matrix.channel }},platform=ios

0 comments on commit 8acd8ef

Please sign in to comment.