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 363ffa1 commit 128ea7dCopy full SHA for 128ea7d
.github/workflows/ci.yml
@@ -243,7 +243,16 @@ jobs:
243
- run: node --experimental-strip-types ./internal/lsp/lsproto/_generate/generate.mts
244
245
- name: Regenerate fourslash tests and update failing test list
246
- run: npm run updatefailing
+ run: |
247
+ echo "" > ./internal/fourslash/_scripts/failingTests.txt
248
+ npm run convertfourslash || true
249
+ npx hereby test || true
250
+ npx hereby baseline-accept || true
251
+ npm run updatefailing || true
252
253
+ rm -rf testdata/baselines/reference/fourslash || true
254
255
256
257
- run: git add .
258
- run: git diff --staged --exit-code --stat
0 commit comments