Skip to content

Commit

Permalink
feat(CI): add CI for the test.
Browse files Browse the repository at this point in the history
  • Loading branch information
fky2015 committed Apr 2, 2022
1 parent 1a6e34e commit e63df18
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: xu-cheng/texlive-action/full@v1
with:
run: |
apk add make
make test

0 comments on commit e63df18

Please sign in to comment.