Skip to content

Commit c9e6638

Browse files
committed
Do less in CI
1 parent f3705f8 commit c9e6638

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -264,12 +264,8 @@ jobs:
264264
- name: Regenerate fourslash tests and update failing test list
265265
run: |
266266
set -x
267-
echo "" > ./internal/fourslash/_scripts/failingTests.txt
268267
npm run convertfourslash >/dev/null 2>&1 || true
269-
npx hereby test >/dev/null || true
270-
npx hereby baseline-accept || true
271268
npm run updatefailing >/dev/null 2>&1 || true
272-
npx hereby baseline-accept || true
273269
rm -rf testdata/baselines/reference/fourslash || true
274270
npx hereby test >/dev/null || true
275271
npx hereby baseline-accept || true

0 commit comments

Comments
 (0)