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.
pnpm exec
1 parent 44be812 commit f4f78a8Copy full SHA for f4f78a8
.github/workflows/ci.yml
@@ -69,8 +69,7 @@ jobs:
69
- name: Setup
70
uses: wyvox/action@v1
71
- name: Try Scenario
72
- #run: pnpm exec ember try:one ${{ matrix.try-scenario }} --skip-cleanup
73
- run: ./node_modules/.bin/ember try:one ${{ matrix.try-scenario }} --skip-cleanup
+ run: pnpm exec ember try:one ${{ matrix.try-scenario }} --skip-cleanup
74
working-directory: test-app
75
76
publish:
0 commit comments