From c0cd6f73e36abeba61f678a529b769a86ee6fe81 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Tue, 5 Nov 2024 18:59:56 -0500 Subject: [PATCH] Don't block tests on lints --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f9e2caa5..1a74b42f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -28,6 +28,7 @@ jobs: - uses: actions/checkout@v4 - uses: wyvox/action-setup-pnpm@v3 - run: pnpm test + working-directory: test-app try-scenarios: name: Tests - ${{ matrix.ember-try-scenario }}