Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvarner committed Sep 25, 2023
1 parent 7d43b27 commit 4df6c31
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/dev-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,20 @@ jobs:
pip install pyld==1.0.5
pip install -r requirements/local.txt
- name: Test Apps
run: pytest apps/
- name: Test Export
run: pytest apps/export/

- name: Test IIIF
run: pytest apps/iiif/

- name: Test Ingest
run: pytest apps/ingest/

- name: Test Readux
run: pytest apps/readux/

- name: Test Users
run: pytest apps/users/

- name: Test Webpack build
run: |
Expand Down

0 comments on commit 4df6c31

Please sign in to comment.