Skip to content

Commit e9b86fc

Browse files
committed
fix(ci): rename Test (musl) to Test (Linux x64 musl)
1 parent 4160a8e commit e9b86fc

18 files changed

Lines changed: 5 additions & 24 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
test-musl:
113113
needs: detect-changes
114114
if: needs.detect-changes.outputs.code-changed == 'true'
115-
name: Test (musl)
115+
name: Test (Linux x64 musl)
116116
runs-on: namespace-profile-linux-x64-default
117117
container:
118118
image: node:22-alpine3.21

packages/cli/snap-tests-global/migration-auto-create-vite-config/snap.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ export default defineConfig({
3131
});
3232

3333
> test ! -f .oxlintrc.json # check .oxlintrc.json is removed
34-
3534
> test ! -f .oxfmtrc.json # check .oxfmtrc.json is removed
36-
3735
> cat package.json # check package.json
3836
{
3937
"devDependencies": {

packages/cli/snap-tests-global/migration-baseurl-tsconfig/snap.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export default defineConfig({
2424
});
2525

2626
> test ! -f .oxlintrc.json # check .oxlintrc.json is removed
27-
2827
> cat package.json # check package.json
2928
{
3029
"devDependencies": {

packages/cli/snap-tests-global/migration-eslint-monorepo/snap.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ VITE+ - The Unified Toolchain for the Web
5050
"devDependencies": {}
5151
}
5252

53-
> test ! -f eslint.config.mjs # check root eslint config is removed
53+
> test ! -f eslint.config.mjs # check root eslint config is removed

packages/cli/snap-tests-global/migration-eslint-npx-wrapper/snap.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ VITE+ - The Unified Toolchain for the Web
3131
}
3232
}
3333

34-
> test ! -f eslint.config.mjs # check eslint config is removed
34+
> test ! -f eslint.config.mjs # check eslint config is removed

packages/cli/snap-tests-global/migration-eslint-rerun-dual-config/snap.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ ESLint comments replaced
3131
}
3232

3333
> test ! -f eslint.config.mjs # check flat config is removed
34-
3534
> test ! -f .eslintrc # check legacy config is also removed
36-
3735
> cat vite.config.ts # check oxlint config merged into vite.config.ts
3836
import { defineConfig } from 'vite-plus';
3937

packages/cli/snap-tests-global/migration-eslint-rerun-mjs/snap.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ ESLint comments replaced
2929
}
3030

3131
> test ! -f eslint.config.mjs # check eslint config is removed
32-
3332
> cat vite.config.mjs # check oxlint config merged into existing vite.config.mjs (not creating vite.config.ts)
3433
import { defineConfig } from 'vite-plus';
3534

packages/cli/snap-tests-global/migration-eslint-rerun/snap.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ ESLint comments replaced
2929
}
3030

3131
> test ! -f eslint.config.mjs # check eslint config is removed
32-
3332
> cat vite.config.ts # check oxlint config merged into vite.config.ts
3433
import { defineConfig } from 'vite-plus';
3534

packages/cli/snap-tests-global/migration-eslint/snap.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ VITE+ - The Unified Toolchain for the Web
3030
}
3131

3232
> test ! -f eslint.config.mjs # check eslint config is removed
33-
3433
> cat vite.config.ts # check oxlint config merged into vite.config.ts
3534
import { defineConfig } from 'vite-plus';
3635

packages/cli/snap-tests-global/migration-from-tsdown-json-config/snap.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ VITE+ - The Unified Toolchain for the Web
66
• 2 config updates applied
77

88
> test ! -f tsdown.config.json # check tsdown.config.json should be removed
9-
109
> cat vite.config.ts # check vite.config.ts
1110
import { defineConfig } from 'vite-plus';
1211

0 commit comments

Comments
 (0)