From 46f2c5893db2944f868789383170ac5c4534ccb6 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 b587d99aa..d3c77e210 100644 --- a/gulpfile.mjs +++ b/gulpfile.mjs @@ -2469,6 +2469,7 @@ gulp.task( "ci-test", gulp.series( gulp.parallel("lint", "externaltest", "unittestcli"), - "lint-chromium" + "lint-chromium", + "typestest" ) );