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 f3705f8 commit c9e6638Copy full SHA for c9e6638
.github/workflows/ci.yml
@@ -264,12 +264,8 @@ jobs:
264
- name: Regenerate fourslash tests and update failing test list
265
run: |
266
set -x
267
- echo "" > ./internal/fourslash/_scripts/failingTests.txt
268
npm run convertfourslash >/dev/null 2>&1 || true
269
- npx hereby test >/dev/null || true
270
- npx hereby baseline-accept || true
271
npm run updatefailing >/dev/null 2>&1 || true
272
273
rm -rf testdata/baselines/reference/fourslash || true
274
npx hereby test >/dev/null || true
275
npx hereby baseline-accept || true
0 commit comments