Skip to content

Commit

Permalink
testing the CI failure changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvsonagara committed Oct 27, 2023
1 parent da030ab commit 8959cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
export CALLBACK_URL="https://$NGROK_PUBLIC_URL"
echo -n "Public url ."
echo $CALLBACK_URL
./gradlew test -Dcucumber.filter.tags="@gov"
cd ph-ee-integration-test && ./gradlew test -Dcucumber.filter.tags="@gov"
echo -n "Test execution is completed, kill ngrok"
pkill ngrok
- store_test_results:
Expand Down

0 comments on commit 8959cf7

Please sign in to comment.