File tree 1 file changed +12
-20
lines changed
1 file changed +12
-20
lines changed Original file line number Diff line number Diff line change @@ -32,26 +32,18 @@ jobs:
32
32
- run : pnpm lint
33
33
- uses : wyvox/action-setup-pnpm@v3
34
34
35
-
36
-
37
- # tracking for re-enablement here: https://github.com/typed-ember/glint/issues/728
38
- # type-tests:
39
- # name: "Type Tests"
40
- # runs-on: ubuntu-latest
41
- # steps:
42
- # - uses: actions/checkout@v4
43
- # - uses: actions/setup-node@v4
44
- # with:
45
- # node-version: 18
46
- # cache: pnpm
47
-
48
- # - uses: pnpm/action-setup@v2
49
- # with:
50
- # version: 10.6.2
51
- # run_install: true
52
- # - run: "pnpm build"
53
- # - run: "pnpm --filter '*' run test:typecheck"
54
- # - run: "pnpm --filter '*' run test:tsc"
35
+ type-tests :
36
+ name : " Type Tests"
37
+ runs-on : ubuntu-latest
38
+ steps :
39
+ - uses : actions/checkout@v4
40
+ - uses : pnpm/action-setup@v2
41
+ - uses : actions/setup-node@v4
42
+ with :
43
+ cache : pnpm
44
+ - run : pnpm reset
45
+ - run : " pnpm --filter '*' run test:typecheck"
46
+ - run : " pnpm --filter '*' run test:tsc"
55
47
56
48
test :
57
49
name : Test
You can’t perform that action at this time.
0 commit comments