Skip to content

Commit

Permalink
Reorder for performance
Browse files Browse the repository at this point in the history
  • Loading branch information
zauguin committed Aug 7, 2023
1 parent 264b292 commit 9d91003
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,7 @@ jobs:
config: config-doc
- module: base
config: config-ltmarks
- module: required/amsmath
- module: required/cyrillic
- module: required/firstaid
- module: required/graphics
- module: required/tools
- module: required/latex-lab
config: build
- module: required/latex-lab
Expand All @@ -118,7 +115,10 @@ jobs:
config: config-float
- module: required/latex-lab
config: config-bib
- module: required/tools
- module: required/amsmath
- module: required/cyrillic
- module: required/firstaid
- module: required/graphics
name: "Tests: ${{ matrix.module }}${{ matrix.config && format(' - {0}', matrix.config) || ''}}${{ matrix.engine && format(' - {0}', matrix.engine) || ''}}${{ (matrix.first || matrix.last) && format(' ({0} - {1})', matrix.first || '<first>', matrix.last || '<last>') || ''}}"
needs: texlive-cache
steps:
Expand Down

0 comments on commit 9d91003

Please sign in to comment.