Skip to content

Commit

Permalink
[#3775] Add python orb
Browse files Browse the repository at this point in the history
  • Loading branch information
christinach committed Sep 20, 2024
1 parent a24b769 commit cb06f4a
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ orbs:
browser-tools: circleci/[email protected]
ruby: circleci/[email protected]
node: circleci/[email protected]
python: circleci/[email protected]

executors:
orangelight-executor:
docker:
Expand Down Expand Up @@ -187,16 +189,18 @@ jobs:
- setup-bundler-and-node
- run: bundle exec erblint --lint-all
wapiti:
executor: basic-executor
docker:
- image: cimg/python:3.11.10
steps:
- checkout
- python/install-packages
- attach_workspace:
at: '~/orangelight'
- setup-bundler-and-node
- run:
name: Python version
command: python --version
- run:
name: install wapiti
command: pip install wapiti3
command: pipenv install wapiti3
# - run:
# name: run scans
# command: wapiti -v2 -u https://catalog-staging.princeton.edu/catalog/9947467143506421
Expand Down Expand Up @@ -242,12 +246,10 @@ workflows:
- build
- reek
- bearer
- wapiti
- js_tests:
requires:
- build
- wapiti:
requires:
- build
- test:
requires:
- build
Expand Down

0 comments on commit cb06f4a

Please sign in to comment.