Skip to content

Commit f2792ac

Browse files
ci(github): update test.yml
1 parent 88913cb commit f2792ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: command -v gh
5555

5656
- name: Check version
57-
if: matrix.os != 'windows-latest'
57+
shell: bash
5858
run: |
5959
gh --version &> CLI_VERSION
6060
if [[ $(cat CLI_VERSION) != *'${{ matrix.version }}'* ]]; then

0 commit comments

Comments
 (0)