Skip to content

Commit

Permalink
chore: disable svelte e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic committed Apr 28, 2024
1 parent b6a5810 commit 19a2965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
site: [astro, lit, preact, qwik, react, solid, svelte, webc]
site: [astro, lit, preact, qwik, react, solid, webc]
steps:
- run: echo Running tests in ${{ matrix.site }}
- name: Checkout
Expand Down

0 comments on commit 19a2965

Please sign in to comment.