From d21eb2a5f360ee67889a7ff8a539609965f2c2ee Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Thu, 31 Aug 2023 15:26:31 +0200 Subject: [PATCH] Revert "Temporarily stop running `gulp typestest` in GitHub Actions" This reverts commit d9350c38997b31ee9f0058f438b332997eb53e07. --- gulpfile.mjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gulpfile.mjs b/gulpfile.mjs index 6646f4b16934af..8704c2e2efbf37 100644 --- a/gulpfile.mjs +++ b/gulpfile.mjs @@ -2472,6 +2472,7 @@ gulp.task( "ci-test", gulp.series( gulp.parallel("lint", "externaltest", "unittestcli"), - "lint-chromium" + "lint-chromium", + "typestest" ) );