Skip to content

Commit

Permalink
ci: fix syntax errors in test.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Shengqi Chen <[email protected]>
  • Loading branch information
Harry-Chen committed Mar 21, 2024
1 parent 658899e commit 9118c0c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
NOMENCL_PKGS: nomencl koma-script xkeyval
BIN_PKGS: latexmk l3build
REQUIRED_PKGS: >-
bibunits bigfoot caption enumitem
scheme-basic bibunits bigfoot caption enumitem
environ etoolbox filehook footmisc notoccite pdfpages threeparttable
titlesec trimspaces unicode-math lt3luabridge cell
FONT_PKGS: fandol tex-gyre xits
Expand All @@ -37,7 +37,7 @@ jobs:
${{ env.HYPERREF_PKGS }} ${{ env.NOMENCL_PKGS }} ${{ env.BIN_PKGS }}
${{ env.REQUIRED_PKGS }} ${{ env.FONT_PKGS }} ${{ env.EXTRA_PKGS }}
${{ env.MARKDOWN_PKGS }} ${{ env.DOC_PKGS }} ${{ env.EXAMPLE_PLGS }}
update-all-packages: true
update-all-packages: true
- name: Build documentation and example
run: make all-dev
- name: Upload build results
Expand Down Expand Up @@ -73,7 +73,6 @@ jobs:
shell: bash
- runs-on: windows-latest
shell: C:\msys64\usr\bin\bash.exe -e {0}
name: on ${{ matrix.runs-on }}
runs-on: ${{ matrix.runs-on }}
defaults:
run:
Expand All @@ -95,7 +94,7 @@ jobs:
uses: actions/upload-artifact@v4
if: failure()
with:
name: test-result
name: test-result-${{ matrix.runs-on}}
path: |
build/test
build/test-testfiles

0 comments on commit 9118c0c

Please sign in to comment.