Skip to content

Commit

Permalink
Updated the result path in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhruv Sonagara authored and Dhruv Sonagara committed Aug 25, 2023
1 parent a7c05c0 commit b8bbfd6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,19 +198,19 @@ jobs:
echo -n "Test execution is completed, kill ngrok"
pkill ngrok
- store_test_results:
path: /build/cucumber.xml
path: ph-ee-integration-test/build/cucumber.xml
- store_artifacts:
path: /build/reports/tests/test
path: ph-ee-integration-test/build/reports/tests/test
test-chart-ams:
docker:
- image: cimg/openjdk:17.0.0
steps:
- run: git clone https://github.com/openmf/ph-ee-integration-test
- run: cd ph-ee-integration-test && ./gradlew test -Dcucumber.filter.tags="@amsIntegration"
- store_test_results:
path: /build/cucumber.xml
path: ph-ee-integration-test/build/cucumber.xml
- store_artifacts:
path: /build/reports/tests/test
path: ph-ee-integration-test/build/reports/tests/test

workflows:
version: 2
Expand Down

0 comments on commit b8bbfd6

Please sign in to comment.