Skip to content

Commit

Permalink
run individual testing steps
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-gould committed Sep 28, 2023
1 parent 38beef1 commit 5c03281
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ jobs:
run: |
sudo apt-get update && sudo apt-get install -y graphicsmagick libxss1
yarn install
- name: Test with yarn
- name: Run tests
run: |
yarn test
yarn test:generate-images
yarn test:convert-pdfs
yarn test:diff
env:
CI: true

0 comments on commit 5c03281

Please sign in to comment.