From aa65d8d2d04a02970d0e7bc26662384fe8f85de3 Mon Sep 17 00:00:00 2001 From: Matt Kane Date: Thu, 19 Sep 2024 12:14:06 +0100 Subject: [PATCH] ci: remove lit e2e --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 0511dde1..f3f9bc7d 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - site: [astro, lit, preact, qwik, react, solid, webc] + site: [astro, preact, qwik, react, solid, webc] steps: - run: echo Running tests in ${{ matrix.site }} - name: Checkout