Skip to content

Commit 382893a

Browse files
committed
This repo is going to need more work than can fit in this PR
1 parent 8077c4d commit 382893a

1 file changed

Lines changed: 21 additions & 15 deletions

File tree

.github/workflows/ci.yml

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 1
1919
- uses: wyvox/action-setup-pnpm@v3
20-
- run: pnpm build
20+
- run: pnpm build
2121
- name: Lint
2222
run: pnpm lint
2323

@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
fetch-depth: 1
3939
- uses: wyvox/action-setup-pnpm@v3
40-
- run: pnpm build
40+
- run: pnpm build
4141
- name: Test
4242
run: pnpm test:ember --launch ${{ matrix.browser }}
4343
working-directory: test-app
@@ -59,14 +59,14 @@ jobs:
5959
fetch-depth: 1
6060
- uses: wyvox/action-setup-pnpm@v3
6161
with:
62-
pnpm-args: '--no-lockfile'
63-
- run: pnpm build
62+
pnpm-args: "--no-lockfile"
63+
- run: pnpm build
6464
- name: Test
6565
run: pnpm test:ember --launch ${{ matrix.browser }}
6666
working-directory: test-app
6767

6868
typecheck:
69-
name: '${{ matrix.typescript-scenario }}'
69+
name: "${{ matrix.typescript-scenario }}"
7070
runs-on: ubuntu-latest
7171
timeout-minutes: 2
7272
continue-on-error: true
@@ -78,35 +78,41 @@ jobs:
7878
7979
8080
81+
82+
83+
84+
85+
86+
87+
8188
- typescript@next
8289

8390
steps:
8491
- uses: actions/checkout@v4
8592
- uses: wyvox/action-setup-pnpm@v3
8693
- run: pnpm build
8794
- run: pnpm i -f # just in case
88-
- name: 'test-types : ${{ matrix.typescript-scenario }}'
95+
- name: "test-types : ${{ matrix.typescript-scenario }}"
8996
working-directory: ./test-types
90-
run: 'pnpm add --save-dev ${{ matrix.typescript-scenario}}'
97+
run: "pnpm add --save-dev ${{ matrix.typescript-scenario}}"
9198

92-
- name: 'docs : ${{ matrix.typescript-scenario }}'
99+
- name: "docs : ${{ matrix.typescript-scenario }}"
93100
working-directory: ./docs
94-
run: 'pnpm add --save-dev ${{ matrix.typescript-scenario}}'
101+
run: "pnpm add --save-dev ${{ matrix.typescript-scenario}}"
95102

96-
- name: 'test-types'
103+
- name: "test-types"
97104
working-directory: ./test-types
98105
run: |
99106
pnpm tsc -v
100107
pnpm tsc --noEmit
101108
102-
- name: 'Glint in the docs app'
109+
- name: "Glint in the docs app"
103110
working-directory: ./docs
104111
run: |
105112
pnpm tsc -v
106113
pnpm glint --version
107114
pnpm glint
108115
109-
110116
try-scenarios:
111117
name: Tests - ${{ matrix.ember-try-scenario }}
112118
runs-on: ubuntu-latest
@@ -125,7 +131,7 @@ jobs:
125131
ember-lts-5.12,
126132
ember-release,
127133
ember-beta,
128-
ember-canary
134+
ember-canary,
129135
]
130136
allow-failure: [false]
131137
include:
@@ -137,7 +143,7 @@ jobs:
137143
with:
138144
fetch-depth: 1
139145
- uses: wyvox/action-setup-pnpm@v3
140-
- run: pnpm build
146+
- run: pnpm build
141147
- name: Test
142148
env:
143149
EMBER_TRY_SCENARIO: ${{ matrix.ember-try-scenario }}
@@ -154,7 +160,7 @@ jobs:
154160
with:
155161
fetch-depth: 1
156162
- uses: wyvox/action-setup-pnpm@v3
157-
- run: pnpm build
163+
- run: pnpm build
158164

159165
- name: Test
160166
run: pnpm test:ember

0 commit comments

Comments
 (0)