Skip to content

Commit 2d6b631

Browse files
committed
fix test
1 parent 86023f3 commit 2d6b631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: check test variable value after appending command output in bash
4949
run: |
5050
echo TEST_VAR = $TEST_VAR
51-
[ "$TEST_VAR" == "initial_value;appended_value;amd64" ] || exit 1
51+
[ "$TEST_VAR" == "initial_value;appended_value;AMD64" ] || exit 1
5252
shell: bash
5353
- name: check test variable value after appending command output in powershell
5454
run: |

0 commit comments

Comments
 (0)