Skip to content

Commit a827871

Browse files
committed
Hmm
1 parent 6c5900d commit a827871

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,9 @@ jobs:
251251
- run: node --experimental-strip-types ./internal/lsp/lsproto/_generate/generate.mts
252252

253253
- name: Regenerate fourslash tests and update failing test list
254-
run: npm run updatefailing
254+
run: |
255+
npm run convertfourslash
256+
npm run updatefailing
255257
256258
- run: git add .
257259
- run: git diff --staged --exit-code --stat

0 commit comments

Comments
 (0)