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 2572493 commit 96c6ecfCopy full SHA for 96c6ecf
.github/workflows/ci.yml
@@ -41,7 +41,10 @@ jobs:
41
steps:
42
- uses: actions/checkout@v4
43
- 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
+ - run: |
+ pnpm build
+ pnpm dlx ember-cli@latest new smoke-test-app -b @ember/app-blueprint --pnpm --skip-git
+ 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