Skip to content

Commit

Permalink
Fix tests (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulanger committed Apr 4, 2021
1 parent 3e6658d commit 7ff4e63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Scissor Tests
on:
- pull_request
- push
Expand All @@ -18,6 +19,6 @@ jobs:
- name: Install Ubuntu package dependencies
run: |
sudo apt-get install -y pdftk ghostscript imagemagick poppler-utils
npm install
npm install --no-optional
- name: Run tests
run: npm test
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# scissors
[![Build Status](https://travis-ci.org/tcr/scissors.svg?branch=master)](https://travis-ci.org/tcr/scissors)
[![.github/workflows/run_tests.yml](https://github.com/tcr/scissors/actions/workflows/run_tests.yml/badge.svg)](https://github.com/tcr/scissors/actions/workflows/run_tests.yml)

PDF manipulation in Node.js, based on PDFTK! Split, join, crop, read, extract,
boil, mash, stick them in a stew.
Expand Down

0 comments on commit 7ff4e63

Please sign in to comment.