Skip to content

Commit 7e6fd53

Browse files
committed
wip
1 parent 31d6ac4 commit 7e6fd53

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
working-directory: ${{ env.DEV_DRIVE_WORKSPACE }}
4747
run: pnpm install
4848

49+
- name: wip
50+
if: ${{ matrix.os == 'windows-latest' }}
51+
working-directory: ${{ env.DEV_DRIVE_WORKSPACE }}
52+
run: ls
53+
4954
- name: Run syntax tests
5055
working-directory: ${{ env.DEV_DRIVE_WORKSPACE }}/packages/tailwindcss-language-syntax
5156
run: pnpm run build && pnpm run test

0 commit comments

Comments
 (0)