Skip to content

Commit

Permalink
ci: windows && node 20.9.0일 시 테스트 스킵
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 committed Nov 6, 2023
1 parent 4e7664c commit cfceb22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ jobs:
name: 포매팅
run: npx prettier --check .

- run: npm test
# windows + node v20.9.0에서 glob이 제대로 동작하지 않음
- if: ${{ !( startsWith( matrix.os, 'windows' ) && matrix.node == '20.9.0' ) }}
run: npm test

0 comments on commit cfceb22

Please sign in to comment.