Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HorusGoul committed Mar 24, 2024
1 parent 9e3615c commit 7d981b9
Show file tree
Hide file tree
Showing 2 changed files with 569 additions and 15 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,17 @@ jobs:
needs: [check]
strategy:
matrix:
demo: [vite, remix, sveltekit, storybook, vue, qwik, react-strict-dom]
demo:
[
vite,
remix,
sveltekit,
storybook,
vue,
qwik,
react-strict-dom,
remix-css-url,
]
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
Expand Down
Loading

0 comments on commit 7d981b9

Please sign in to comment.