Skip to content

Commit 201595c

Browse files
committed
run tests in series
1 parent a9aea45 commit 201595c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const nativeTestOnly = gulp.parallel(healthCheck.test);
4141

4242
const nativeTest = gulp.series(build, nativeTestOnly);
4343

44-
const testOnly = gulp.parallel(jsCore.test, nativeTestOnly, protobuf.test, jsXds.test, reflection.test);
44+
const testOnly = gulp.series(jsCore.test, nativeTestOnly, protobuf.test, jsXds.test, reflection.test);
4545

4646
const test = gulp.series(build, testOnly, internalTest.test);
4747

0 commit comments

Comments
 (0)