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 d169538 commit e19714fCopy full SHA for e19714f
1 file changed
.github/workflows/ci.yml
@@ -90,7 +90,5 @@ jobs:
90
with:
91
node-version: 18
92
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
+ - run: pnpm install
+ - run: node_modules/.bin/ember try:one ${{ matrix.ember-try-scenario }} --skip-cleanup
0 commit comments