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 d0d8942 commit c5bd97bCopy full SHA for c5bd97b
‎.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 }}" -eq "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