Skip to content

Commit f62cf3b

Browse files
chore: update the ctrf report path in the workflow file
1 parent dd7174f commit f62cf3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333
if: always() # Run even if tests fail
3434
with:
3535
name: ctrf-report
36-
path: build/reports/specmatic/graphql/ctrf/*.json
36+
path: build/reports/specmatic/ctrf/*.json
3737
retention-days: 5
3838

3939
# Display CTRF test results
4040
- name: Publish Test Results
4141
uses: ctrf-io/github-test-reporter@v1
4242
if: always() # Run even if tests fail
4343
with:
44-
report-path: './build/reports/specmatic/graphql/ctrf/*.json'
44+
report-path: './build/reports/specmatic/ctrf/*.json'

0 commit comments

Comments
 (0)