Skip to content

Commit

Permalink
create junit output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
cofiem committed Apr 15, 2024
1 parent 46a62be commit d60e096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ jobs:
- run:
name: Run Postman and Mocha tests with code coverage
command: |
sudo mkdir -p .tmp/junit
sudo chmod -R 777 .
cd support/integration-testing
sudo mkdir -p .tmp/attachments/staging
sudo mkdir -p .tmp/junit
sudo chmod -R 777 .
docker-compose -f docker-compose.newman.yml up --abort-on-container-exit --exit-code-from redboxportal
docker-compose -f docker-compose.mocha.yml up --abort-on-container-exit --exit-code-from redboxportal
Expand Down
2 changes: 1 addition & 1 deletion support/unit-testing/angular/testAngular.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function testAngular() {
echo "-------------------------------------------"
echo "Testing ${1} (flag ${2})"
echo "-------------------------------------------"
mkdir -p "${HOME}/project/.tmp/junit/${2}"
sudo mkdir -p "${HOME}/project/.tmp/junit/${2}"
node_modules/.bin/ng t --browsers=ChromeHeadless "@researchdatabox/${1}" --no-watch --no-progress --code-coverage
/tmp/.codecov-cli/codecov --verbose upload-process --fail-on-error --disable-search \
--token "${CODECOV_TOKEN}" --name "job-${CIRCLE_BUILD_NUM}-${CIRCLE_BRANCH}" \
Expand Down

0 comments on commit d60e096

Please sign in to comment.