Skip to content

Merge pull request #116 from momijizukamori/pdf-tests #196

Merge pull request #116 from momijizukamori/pdf-tests

Merge pull request #116 from momijizukamori/pdf-tests #196

Workflow file for this run

name: Run tests
on: push
jobs:
test-unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run Unit tests
run: npm run test:unit
test-pdf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run PDF tests
run: npm run test:pdf