Skip to content

Commit 4749d91

Browse files
committed
Fixing test results
1 parent 024b5a0 commit 4749d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Test
2424
command: mvn test
2525
- store_test_results:
26-
path: graphql-orchestrator-java/target/surefire-reports
26+
path: target/surefire-reports
2727

2828
workflows:
2929
# Below is the definition of your workflow.

0 commit comments

Comments
 (0)