Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DmytroHryshyn committed Jan 17, 2024
1 parent 7245639 commit 0497fb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
run: pnpm install

- name: Run codemod unit tests
run: pnpm test
run: |
if [ "${{ matrix.os }}" == "windows-latest" ]; then
if [[ "${{ matrix.os }}" == "windows-latest" ]]; then
pnpm test:win
else
pnpm test
Expand Down

0 comments on commit 0497fb6

Please sign in to comment.