Skip to content

fix: Retrieve PDF bulkdata, requesting both octet and pdf (#86) #35

fix: Retrieve PDF bulkdata, requesting both octet and pdf (#86)

fix: Retrieve PDF bulkdata, requesting both octet and pdf (#86) #35

Workflow file for this run

name: Run tests
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install packages
uses: bahmutov/npm-install@v1
- name: Run build
run: npm run build
- name: Run tests
run: npm run test