Skip to content

Commit 74c763e

Browse files
committed
test(tsc): only test TS-next in CI
1 parent de50847 commit 74c763e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tsc/tests/typecheck.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe(`vue-tsc`, () => {
1616
`);
1717
});
1818

19-
test(`TypeScript - next`, () => {
19+
test.skipIf(!process.env.GITHUB_ACTIONS)(`TypeScript - Next`, () => {
2020
expect(
2121
getTscOutput('next')
2222
).toMatchInlineSnapshot(`

0 commit comments

Comments
 (0)