Skip to content

Commit e19714f

Browse files
committed
updat eci
1 parent d169538 commit e19714f

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,5 @@ jobs:
9090
with:
9191
node-version: 18
9292
cache: 'pnpm'
93-
- name: install dependencies
94-
run: pnpm install
95-
- name: test
96-
run: node_modules/.bin/ember try:one ${{ matrix.ember-try-scenario }} --skip-cleanup
93+
- run: pnpm install
94+
- run: node_modules/.bin/ember try:one ${{ matrix.ember-try-scenario }} --skip-cleanup

0 commit comments

Comments
 (0)