Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit 8aebabb

Browse files
ci(github): update test.yml
1 parent 6dadd63 commit 8aebabb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ jobs:
5757
run: command -v codeclimate
5858

5959
- name: Check version
60-
if: matrix.os != 'windows-latest' && matrix.version != 'latest'
60+
if: matrix.version != 'latest'
61+
shell: bash
6162
run: |
6263
if [[ $(codeclimate --version) != *'${{ matrix.version }}'* ]]; then
6364
echo 'Version does not match. See version below:'

0 commit comments

Comments
 (0)