Skip to content

Commit 96c6ecf

Browse files
committed
Run smoke test in CI
1 parent 2572493 commit 96c6ecf

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v4
4343
- uses: ./.github/actions/setup-environment
44-
- run: pnpm build
45-
- run: pnpm dlx ember-cli@latest new smoke-test-app -b @ember/app-blueprint --pnpm
46-
- run: node bin/gember.js component foo --cwd=smoke-test-app
47-
- run: cd smoke-test-app && pnpm test
44+
- run: |
45+
pnpm build
46+
pnpm dlx ember-cli@latest new smoke-test-app -b @ember/app-blueprint --pnpm --skip-git
47+
cd smoke-test-app
48+
node bin/gember.js component foo
49+
node bin/gember.js component-test foo
50+
pnpm test

0 commit comments

Comments
 (0)