[latex3-commits] [git/LaTeX3-latex3-latex2e] gh-actions-split-config: Split required into modules (b825d251)

Marcel Fabian Krüger tex at 2krueger.de
Thu Mar 9 21:53:14 CET 2023


Repository : https://github.com/latex3/latex2e
On branch  : gh-actions-split-config
Link       : https://github.com/latex3/latex2e/commit/b825d2511962bdce2c8797f30b817d3abe5dc8b8

>---------------------------------------------------------------

commit b825d2511962bdce2c8797f30b817d3abe5dc8b8
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Thu Mar 9 03:47:02 2023 +0100

    Split required into modules


>---------------------------------------------------------------

b825d2511962bdce2c8797f30b817d3abe5dc8b8
 .github/workflows/main.yaml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 2447495a..e0209d20 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -72,7 +72,12 @@ jobs:
             config: config-doc
           - module: base
             config: config-ltmarks
-          - module: required
+          - module: required/amsmath
+          - module: required/cyrillic
+          - module: required/firstaid
+          - module: required/graphics
+          - module: required/latex-lab
+          - module: required/tools
     name: "Tests: ${{ matrix.module }}${{ matrix.config && format(' - {0}', matrix.config) || ''}}${{ matrix.engine && format(' - {0}', matrix.engine) || ''}}"
     needs: texlive-cache
     steps:





More information about the latex3-commits mailing list.