Skip to content

Commit

Permalink
Use test.Dockerfile image for large image tests
Browse files Browse the repository at this point in the history
Also use node 16, since that is what is used by the current girder_test
image.
  • Loading branch information
naglepuff committed Dec 9, 2024
1 parent 40d6db7 commit fcb7706
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ executors:
toxandnode:
working_directory: ~/project
docker:
- image: girder/girder_test:py38-node16
- image: girder/tox-and-node
commands:
tox:
description: "Run tox"
Expand All @@ -21,6 +21,12 @@ commands:
# - run:
# name: Preinstall phantomjs to work around an npm permission issue
# command: npm install -g phantomjs-prebuilt --unsafe-perm
- run:
name: Install and build large_image plugin
command: |
npm ci
npm run build
working_directory: girder/girder_large_image/web_client
- run:
name: Run tests via tox
# Piping through cat does less buffering of the output but can
Expand Down

0 comments on commit fcb7706

Please sign in to comment.