We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 024b5a0 commit 4749d91Copy full SHA for 4749d91
.circleci/config.yml
@@ -23,7 +23,7 @@ jobs:
23
name: Test
24
command: mvn test
25
- store_test_results:
26
- path: graphql-orchestrator-java/target/surefire-reports
+ path: target/surefire-reports
27
28
workflows:
29
# Below is the definition of your workflow.
0 commit comments