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 20, 2024
1 parent b0ebcb1 commit 46d3e37
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,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

reek:
docker:
Expand Down Expand Up @@ -231,6 +245,12 @@ workflows:
- js_tests:
requires:
- build
- lighthouse:
requires:
- build
- wapiti:
requires:
- build
- test:
requires:
- build
Expand Down

0 comments on commit 46d3e37

Please sign in to comment.