From a276cb97a3d08d393ed3f7f83ab6ecee8fce6226 Mon Sep 17 00:00:00 2001 From: Chris Manson Date: Fri, 24 Nov 2023 17:51:21 +0000 Subject: [PATCH] only run initial tests in test-app --- .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 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 }}