From ddeacc3fb15f6c90d5cf734dece09e182bf0c010 Mon Sep 17 00:00:00 2001 From: patak <583075+patak-dev@users.noreply.github.com> Date: Wed, 6 Mar 2024 06:58:10 +0100 Subject: [PATCH] chore: let all suites be selected (#292) --- .github/workflows/ecosystem-ci-from-pr.yml | 6 ++++-- .github/workflows/ecosystem-ci-selected.yml | 7 ++++--- .github/workflows/ecosystem-ci.yml | 1 + tests/{_hydrogen.ts => hydrogen.ts} | 0 tests/{_iles.ts => iles.ts} | 0 tests/{_storybook.ts => storybook.ts} | 0 6 files changed, 9 insertions(+), 5 deletions(-) rename tests/{_hydrogen.ts => hydrogen.ts} (100%) rename tests/{_iles.ts => iles.ts} (100%) rename tests/{_storybook.ts => storybook.ts} (100%) diff --git a/.github/workflows/ecosystem-ci-from-pr.yml b/.github/workflows/ecosystem-ci-from-pr.yml index 5042a5fd..6aff1c9b 100644 --- a/.github/workflows/ecosystem-ci-from-pr.yml +++ b/.github/workflows/ecosystem-ci-from-pr.yml @@ -32,7 +32,8 @@ on: - analogjs - astro - histoire - # - iles # disabled until its CI is fixed + - hydrogen + - iles - ladle - laravel - marko @@ -41,7 +42,7 @@ on: - previewjs - qwik - rakkas - # - storybook # disabled until test is updated, see https://github.com/vitejs/vite-ecosystem-ci/issues/130 + - storybook - sveltekit - unocss - vike @@ -127,6 +128,7 @@ jobs: - analogjs - astro - histoire + # - hydrogen # disabled until they complete they migration back to Vite # - iles # disabled until its CI is fixed - ladle - laravel diff --git a/.github/workflows/ecosystem-ci-selected.yml b/.github/workflows/ecosystem-ci-selected.yml index 363ce5c0..784641bc 100644 --- a/.github/workflows/ecosystem-ci-selected.yml +++ b/.github/workflows/ecosystem-ci-selected.yml @@ -37,7 +37,8 @@ on: - analogjs - astro - histoire - # - iles # disabled until its CI is fixed + - hydrogen + - iles - ladle - laravel - marko @@ -46,8 +47,8 @@ on: - previewjs - qwik - rakkas - # - remix # disabled until they move to pnpm - # - storybook # disabled until test is updated, see https://github.com/vitejs/vite-ecosystem-ci/issues/130 + - remix + - storybook - sveltekit - unocss - vike diff --git a/.github/workflows/ecosystem-ci.yml b/.github/workflows/ecosystem-ci.yml index e54ef901..bbbf43e4 100644 --- a/.github/workflows/ecosystem-ci.yml +++ b/.github/workflows/ecosystem-ci.yml @@ -43,6 +43,7 @@ jobs: - analogjs - astro - histoire + # - hydrogen # disabled until they complete they migration back to Vite # - iles # disabled until its CI is fixed - ladle - laravel diff --git a/tests/_hydrogen.ts b/tests/hydrogen.ts similarity index 100% rename from tests/_hydrogen.ts rename to tests/hydrogen.ts diff --git a/tests/_iles.ts b/tests/iles.ts similarity index 100% rename from tests/_iles.ts rename to tests/iles.ts diff --git a/tests/_storybook.ts b/tests/storybook.ts similarity index 100% rename from tests/_storybook.ts rename to tests/storybook.ts