diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d10fcc74..5bab4921 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - name: Lint run: pnpm lint - name: Run Tests - run: pnpm test + run: pnpm --filter test-app test:ember try-scenarios: name: ${{ matrix.try-scenario }}