Skip to content

Commit 081264d

Browse files
committed
chore: skip ci
1 parent d6fdfdf commit 081264d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/weapp-tailwindcss/test/vite.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
import tailwindcss from '@tailwindcss/postcss'
22
import twv from '@tailwindcss/vite'
3+
import { isCI } from 'ci-info'
34
import fs from 'fs-extra'
45
import path from 'pathe'
56
import { build } from 'vite'
67
import { UnifiedViteWeappTailwindcssPlugin } from '@/vite'
78
import { fixturesRootPath } from './util'
89

910
describe('vite', () => {
10-
it('v4-vite-plugin', async () => {
11+
it.skipIf(isCI)('v4-vite-plugin', async () => {
1112
await build({
1213
root: path.resolve(fixturesRootPath, 'v4-vite-plugin'),
1314
plugins: [

0 commit comments

Comments
 (0)