Skip to content

Commit

Permalink
fixing automatic tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pgmmpk committed Sep 22, 2024
1 parent 6a89476 commit 186b65b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install TinyTeX and required TeX packages
- name: Install TinyTeX and required TeX packages, test
run: |
sh tools/install-bin-unix.sh
export PATH=/home/runner/.TinyTeX/bin/x86_64-linux/:$PATH
echo $PATH
tlmgr install comment polyglossia xkeyval metalogo fonts-churchslavonic libertine luacolor lettrine hypdoc hyphen-russian hyphen-churchslavonic
make test
make docs

0 comments on commit 186b65b

Please sign in to comment.