diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-apps.yml similarity index 98% rename from .github/workflows/test-e2e.yml rename to .github/workflows/test-apps.yml index 5636c97a1..8e50528a9 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-apps.yml @@ -1,4 +1,4 @@ -name: Run tests on apps +name: Run module and app tests on: pull_request: @@ -15,7 +15,7 @@ on: branches: - main paths: - - ".github/workflows/test-e2e.yml" + - ".github/workflows/test-apps.yml" - "packages/**" - "pnpm-lock.yaml" - "!**/package.json" diff --git a/turbo.json b/turbo.json index e6c129e78..41083aa68 100644 --- a/turbo.json +++ b/turbo.json @@ -12,7 +12,7 @@ "test": { "outputs": [] }, - "test:e2e": { + "test:apps": { "outputs": [] } },