Skip to content

Commit

Permalink
vite-plugin-ssr renamed to Vike (#250)
Browse files Browse the repository at this point in the history
* vite-plugin-ssr -> Vike

* use alphanumeric sorting

* fix use alphanumeric sorting
  • Loading branch information
brillout authored Sep 24, 2023
1 parent 8aacc9e commit de36716
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ecosystem-ci-from-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ on:
# - storybook # disabled until test is updated, see https://github.com/vitejs/vite-ecosystem-ci/issues/130
- sveltekit
- unocss
- vike
- vite-plugin-pwa
- vite-plugin-ssr
- vite-plugin-react
- vite-plugin-react-pages
- vite-plugin-react-swc
Expand Down Expand Up @@ -129,8 +129,8 @@ jobs:
# - storybook # disabled until test is updated, see https://github.com/vitejs/vite-ecosystem-ci/issues/130
- sveltekit
- unocss
- vike
- vite-plugin-pwa
- vite-plugin-ssr
- vite-plugin-react
- vite-plugin-react-pages
- vite-plugin-react-swc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ecosystem-ci-selected.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ on:
# - storybook # disabled until test is updated, see https://github.com/vitejs/vite-ecosystem-ci/issues/130
- sveltekit
- unocss
- vike
- vite-plugin-pwa
- vite-plugin-ssr
- vite-plugin-react
- vite-plugin-react-pages
- vite-plugin-react-swc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ecosystem-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
# - storybook # disabled until test is updated, see https://github.com/vitejs/vite-ecosystem-ci/issues/130
- sveltekit
- unocss
- vike
- vite-plugin-pwa
- vite-plugin-ssr
- vite-plugin-react
- vite-plugin-react-pages
- vite-plugin-react-swc
Expand Down
2 changes: 1 addition & 1 deletion tests/vite-plugin-ssr.ts → tests/vike.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { RunOptions } from '../types'
export async function test(options: RunOptions) {
await runInRepo({
...options,
repo: 'brillout/vite-plugin-ssr',
repo: 'vikejs/vike',
branch: 'main',
overrides: {
'@vitejs/plugin-react': true,
Expand Down

0 comments on commit de36716

Please sign in to comment.