From: Michael Albinus Date: Sun, 18 Aug 2024 09:29:05 +0000 (+0200) Subject: * test/infra/gitlab-ci.yml (.tree-sitter-template): Adapt changes. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=43b87af4223df1f80afe05ae6cc18f9835a95c35;p=emacs.git * test/infra/gitlab-ci.yml (.tree-sitter-template): Adapt changes. (cherry picked from commit 55337dc36a20ea3dc805116411cf436551bc3566) --- diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index 24bb179af54..e16dcd54a45 100644 --- a/test/infra/gitlab-ci.yml +++ b/test/infra/gitlab-ci.yml @@ -192,10 +192,13 @@ default: - lisp/textmodes/*-ts-mode.el - src/treesit.{h,c} - test/infra/* + - test/lisp/align-resources/** - test/lisp/align-tests.el - test/lisp/progmodes/*-ts-mode-resources/** - test/lisp/progmodes/*-ts-mode-tests.el + - test/lisp/progmodes/csharp-mode-resources/** - test/lisp/progmodes/csharp-mode-tests.el + - test/lisp/progmodes/js-resources/** - test/lisp/progmodes/js-tests.el - test/lisp/progmodes/python-tests.el - test/lisp/textmodes/*-ts-mode-resources/**