Skip to content

Commit c5bd97b

Browse files
committed
ugh bash y u so weird 😩
1 parent d0d8942 commit c5bd97b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/test-emit-metrics.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Handle expected failure
5555
shell: bash
5656
run: |
57-
if [[ "${{ steps.expected-failure.outcome }}" -eq "failure" ]]; then
57+
if [ "${{ steps.expected-failure.outcome }}" = "failure" ]; then
5858
echo Saw expected failure from attempting to emit metrics when kat isn't installed.
5959
exit 0
6060
else

0 commit comments

Comments
 (0)