From 94001bc39379da785c53cd62d2db0c6daf9af08e Mon Sep 17 00:00:00 2001 From: Joe Tannenbaum Date: Wed, 9 Oct 2024 20:23:51 -0400 Subject: [PATCH] removing svelte temporarily --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index f28d79e04..2ea37d301 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - adapter: ['vue3', 'react', 'svelte'] + adapter: ['vue3', 'react'] env: PACKAGE: ${{ matrix.adapter }} steps: