Skip to content

Commit aa5925e

Browse files
committed
Prepare is problematic for ember-try based testing
1 parent 99cdb2e commit aa5925e

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 1
1919
- uses: wyvox/action-setup-pnpm@v3
20+
- run: pnpm build
2021
- name: Lint
2122
run: pnpm lint
2223

@@ -36,6 +37,7 @@ jobs:
3637
with:
3738
fetch-depth: 1
3839
- uses: wyvox/action-setup-pnpm@v3
40+
- run: pnpm build
3941
- name: Test
4042
run: pnpm test:ember --launch ${{ matrix.browser }}
4143
working-directory: test-app
@@ -58,6 +60,7 @@ jobs:
5860
- uses: wyvox/action-setup-pnpm@v3
5961
with:
6062
pnpm-args: '--no-lockfile'
63+
- run: pnpm build
6164
- name: Test
6265
run: pnpm test:ember --launch ${{ matrix.browser }}
6366
working-directory: test-app
@@ -134,6 +137,7 @@ jobs:
134137
with:
135138
fetch-depth: 1
136139
- uses: wyvox/action-setup-pnpm@v3
140+
- run: pnpm build
137141
- name: Test
138142
env:
139143
EMBER_TRY_SCENARIO: ${{ matrix.ember-try-scenario }}
@@ -150,6 +154,8 @@ jobs:
150154
with:
151155
fetch-depth: 1
152156
- uses: wyvox/action-setup-pnpm@v3
157+
- run: pnpm build
158+
153159
- name: Test
154160
run: pnpm test:ember
155161
working-directory: docs

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"build": "pnpm --filter 'ember-page-title' build",
1010
"lint": "pnpm --filter '*' lint",
1111
"lint:fix": "pnpm --filter '*' lint:fix",
12-
"prepare": "pnpm build",
1312
"test": "pnpm --filter '*' test"
1413
},
1514
"devDependencies": {

0 commit comments

Comments
 (0)