From 2234fd7f75ba4ff84eb9969c5d2a15b645d485b3 Mon Sep 17 00:00:00 2001 From: Alvaro Castro Date: Sun, 30 Jun 2024 20:08:48 -0300 Subject: [PATCH] chore: set ember try to use pnpm --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb5647a..292a1bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,4 +91,4 @@ jobs: run: pnpm install --frozen-lockfile - name: Run Tests run: ./node_modules/.bin/ember try:one ${{ matrix.try-scenario }} --skip-cleanup - working-directory: test-app + working-directory: packages/test-app