diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d10fcc74..8ff5f532 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 test:ember --filter test-app try-scenarios: name: ${{ matrix.try-scenario }}