We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b5b82 commit 6c5d8a6Copy full SHA for 6c5d8a6
.github/workflows/test-emit-metrics.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Handle expected failure
55
shell: bash
56
run: |
57
- if [[ ${{ steps.expected-failure.outcome }} == "failure" ]]; then
+ if [[ "${{ steps.expected-failure.outcome }}" == "failure" ]]; then
58
echo Saw expected failure from attempting to emit metrics when kat isn't installed.
59
exit 0
60
else
0 commit comments