Add -s settings.xml to mvn verify call

This commit is contained in:
2023-06-30 20:09:41 -05:00
parent 8a3c118ab6
commit f5b444f8ba

View File

@ -52,7 +52,7 @@ commands:
npm run build npm run build
export REACT_APP_PROXY_LOCALHOST_PORT=8001; export PORT=3001; npm run start & export REACT_APP_PROXY_LOCALHOST_PORT=8001; export PORT=3001; npm run start &
dockerize -wait tcp://localhost:3001 -timeout 3m dockerize -wait tcp://localhost:3001 -timeout 3m
export QQQ_SELENIUM_HEADLESS=true; mvn verify export QQQ_SELENIUM_HEADLESS=true; mvn -s .circleci/mvn-settings.xml verify
- run: - run:
name: Save test results name: Save test results
command: | command: |