Skip to content

Commit ddecf38

Browse files
committed
Build the addon before running tests
1 parent 8f3e9ab commit ddecf38

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
- uses: wyvox/action-setup-pnpm@v3
21+
- run: pnpm build
22+
working-directory: vertical-collection
2123
- run: pnpm lint
2224

2325
test:
@@ -28,6 +30,8 @@ jobs:
2830
steps:
2931
- uses: actions/checkout@v4
3032
- uses: wyvox/action-setup-pnpm@v3
33+
- run: pnpm build
34+
working-directory: vertical-collection
3135
- run: pnpm test
3236
working-directory: test-app
3337

@@ -41,6 +45,8 @@ jobs:
4145
- uses: wyvox/action-setup-pnpm@v3
4246
with:
4347
args: --no-lockfile
48+
- run: pnpm build
49+
working-directory: vertical-collection
4450
- run: pnpm test
4551
working-directory: test-app
4652

@@ -65,6 +71,8 @@ jobs:
6571
steps:
6672
- uses: actions/checkout@v4
6773
- uses: wyvox/action-setup-pnpm@v3
74+
- run: pnpm build
75+
working-directory: vertical-collection
6876
- name: Ember-Try Setup
6977
run: node_modules/.bin/ember try:one ${{ matrix.try-scenario }} --skip-cleanup --- pnpm test
7078
working-directory: test-app

0 commit comments

Comments
 (0)