We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caef187 commit c1e3906Copy full SHA for c1e3906
.github/workflows/ci.yml
@@ -29,5 +29,7 @@ jobs:
29
node-version: 18
30
- name: Install Ember
31
run: pnpx ember-cli@5 new fresh-app --package-manager=pnpm
32
+ - name: Update test-helpers package
33
+ run: cd fresh-app && pnpm add @ember/[email protected]
34
- name: Run Tests with a production build
35
run: cd fresh-app && pnpm ember test --environment=production
0 commit comments