Skip to content

Commit f4f78a8

Browse files
committed
use pnpm exec, should work
1 parent 44be812 commit f4f78a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ jobs:
6969
- name: Setup
7070
uses: wyvox/action@v1
7171
- 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
72+
run: pnpm exec ember try:one ${{ matrix.try-scenario }} --skip-cleanup
7473
working-directory: test-app
7574

7675
publish:

0 commit comments

Comments
 (0)