We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd7174f commit f62cf3bCopy full SHA for f62cf3b
.github/workflows/gradle.yaml
@@ -33,12 +33,12 @@ jobs:
33
if: always() # Run even if tests fail
34
with:
35
name: ctrf-report
36
- path: build/reports/specmatic/graphql/ctrf/*.json
+ path: build/reports/specmatic/ctrf/*.json
37
retention-days: 5
38
39
# Display CTRF test results
40
- name: Publish Test Results
41
uses: ctrf-io/github-test-reporter@v1
42
43
44
- report-path: './build/reports/specmatic/graphql/ctrf/*.json'
+ report-path: './build/reports/specmatic/ctrf/*.json'
0 commit comments