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 86023f3 commit 2d6b631Copy full SHA for 2d6b631
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: check test variable value after appending command output in bash
49
run: |
50
echo TEST_VAR = $TEST_VAR
51
- [ "$TEST_VAR" == "initial_value;appended_value;amd64" ] || exit 1
+ [ "$TEST_VAR" == "initial_value;appended_value;AMD64" ] || exit 1
52
shell: bash
53
- name: check test variable value after appending command output in powershell
54
0 commit comments