Skip to content

Commit 7ea3c6f

Browse files
committed
Build the addons types in every job
1 parent 75c3156 commit 7ea3c6f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
cache: pnpm
3838
- name: Install Dependencies
3939
run: pnpm install
40+
- name: Build addon
41+
working-directory: addon
42+
run: pnpm build
4043
- run: pnpm test
4144
- name: own types
4245
working-directory: addon
@@ -94,6 +97,9 @@ jobs:
9497
cache: pnpm
9598
- name: Install Dependencies
9699
run: pnpm install
100+
- name: Build addon
101+
working-directory: addon
102+
run: pnpm build
97103
- name: test
98104
working-directory: addon
99105
run: node_modules/.bin/ember try:one ${{ matrix.ember-try-scenario }} --skip-cleanup

0 commit comments

Comments
 (0)