Skip to content

Commit

Permalink
Adding tex tests to the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mamazu committed Jan 11, 2022
1 parent dbb4a98 commit 2b49942
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@ jobs:
- name: Run example script (markdown)
run: bin/doc-parser tests/test.md;

- name: Run example script (tex)
run: bin/doc-parser tests/test.tex

- name: Run example script (rst)
run: bin/doc-parser tests/test.rst

0 comments on commit 2b49942

Please sign in to comment.