Skip to content

Commit

Permalink
Update enzyme-adapter-react-16 to latest version (cruise-automation#334)
Browse files Browse the repository at this point in the history
Ran into an issue where tests started failing in my internal PR because
this version was out of date. Updating this seems to pass all the tests
still, and should unblock my internal PR.
  • Loading branch information
janpaul123 authored Jan 23, 2020
1 parent e1123dc commit 26dfdfd
Show file tree
Hide file tree
Showing 3 changed files with 483 additions and 92 deletions.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
- run: .circleci/find-screenshots-compare-commit.sh
- run: echo $REG_SUIT_EXPECTED_KEY

- run: docker run -v `pwd`:`pwd` -w `pwd` -it --rm -e CI -e CIRCLE_SHA1 -e REG_SUIT_EXPECTED_KEY -e AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY -e AWS_DEFAULT_REGION cruise/webviz-ci:0.0.8 npm run ci
- run:
command: docker run -v `pwd`:`pwd` -w `pwd` -it --rm -e CI -e CIRCLE_SHA1 -e REG_SUIT_EXPECTED_KEY -e AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY -e AWS_DEFAULT_REGION cruise/webviz-ci:0.0.8 npm run ci
no_output_timeout: 30m

- save_cache:
paths: ["node_modules"]
Expand Down
Loading

0 comments on commit 26dfdfd

Please sign in to comment.