We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c3156 commit 7ea3c6fCopy full SHA for 7ea3c6f
1 file changed
.github/workflows/ci-build.yml
@@ -37,6 +37,9 @@ jobs:
37
cache: pnpm
38
- name: Install Dependencies
39
run: pnpm install
40
+ - name: Build addon
41
+ working-directory: addon
42
+ run: pnpm build
43
- run: pnpm test
44
- name: own types
45
working-directory: addon
@@ -94,6 +97,9 @@ jobs:
94
97
95
98
96
99
100
101
102
103
- name: test
104
105
run: node_modules/.bin/ember try:one ${{ matrix.ember-try-scenario }} --skip-cleanup
0 commit comments