Skip to content

Commit 1724bc8

Browse files
committed
Re-enable type-tests in CI
1 parent 14c7b0f commit 1724bc8

File tree

1 file changed

+12
-20
lines changed

1 file changed

+12
-20
lines changed

.github/workflows/ci.yml

+12-20
Original file line numberDiff line numberDiff line change
@@ -32,26 +32,18 @@ jobs:
3232
- run: pnpm lint
3333
- uses: wyvox/action-setup-pnpm@v3
3434

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"
5547

5648
test:
5749
name: Test

0 commit comments

Comments
 (0)