Skip to content

Commit

Permalink
Remove bk from export tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvarner committed Sep 25, 2023
1 parent abc6839 commit d1df761
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/dev-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,19 @@ jobs:
pip install pyld==1.0.5
pip install -r requirements/local.txt
- 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: |
npm install
npx webpack
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d1df761

Please sign in to comment.