Skip to content

Commit f7bd120

Browse files
committed
tests(fix): AppVeyor building ia32 instead of x64
1 parent 7b700ea commit f7bd120

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

__tests__/build.helper.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ const runTests = useTS =>
1414
path.join(process.cwd(), '__tests__/projects/' + projectName, p)
1515

1616
const { stdout } = await project.run(
17-
`vue-cli-service build:electron ${isWin ? '--win zip' : ''} --linux zip`
17+
`vue-cli-service build:electron --x64 ${
18+
isWin ? '--win zip' : ''
19+
} --linux zip`
1820
)
1921
// Ensure built completes
2022
expect(stdout.indexOf('Build complete!')).not.toBe(-1)

0 commit comments

Comments
 (0)