We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7308c commit 1dc6bb3Copy full SHA for 1dc6bb3
.github/workflows/ci.yml
@@ -10,10 +10,9 @@ jobs:
10
matrix:
11
node: [22]
12
os: [ubuntu-latest, macos-latest]
13
- shard: [1/3, 2/3, 3/3]
14
15
runs-on: ${{ matrix.os }}
16
- name: Run Tests - Node v${{ matrix.node }} / ${{ matrix.os }} / ${{ matrix.shard }}
+ name: Run Tests - Node v${{ matrix.node }} / ${{ matrix.os }}
17
18
steps:
19
- uses: actions/checkout@v4
@@ -30,4 +29,4 @@ jobs:
30
29
run: |
31
cd packages/tailwindcss-language-server &&
32
pnpm run build &&
33
- pnpm run test --shard ${{ matrix.shard }}
+ pnpm run test
0 commit comments