Skip to content

Commit

Permalink
Add wapiti job in circleci
Browse files Browse the repository at this point in the history
Co-authored-by: Jane Sandberg <[email protected]>
Co-authored-by: Christina Chortaria <[email protected]>
  • Loading branch information
3 people committed Sep 12, 2024
1 parent b0c2cd1 commit 50fce4b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,20 @@ jobs:
at: '~/orangelight'
- setup-bundler-and-node
- run: bundle exec erblint --lint-all
wapiti:
executor: basic-executor
steps:
- checkout
- python/install-packages
- attach_workspace:
at: '~/orangelight'
- setup-bundler-and-node
- run:
name: install wapiti
command: pip install wapiti3
# - run:
# name: run scans
# command: wapiti -v2 -u https://catalog-staging.princeton.edu/catalog/9947467143506421

finish:
executor: basic-executor
Expand Down Expand Up @@ -211,6 +225,9 @@ workflows:
- lighthouse:
requires:
- build
- wapiti:
requires:
- build
- test:
requires:
- build
Expand Down

0 comments on commit 50fce4b

Please sign in to comment.