Skip to content

Commit 1d0d379

Browse files
committed
chore: update conformance test report to include provider_type in title
1 parent 9f8890a commit 1d0d379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/apisix-conformance-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
- name: Format Conformance Test Report
106106
if: ${{ github.event_name == 'pull_request' }}
107107
run: |
108-
echo '# conformance test report' > report.md
108+
echo '# conformance test report - ${{ matrix.provider_type }} mode' > report.md
109109
echo '```yaml' >> report.md
110110
cat apisix-ingress-controller-conformance-report.yaml >> report.md
111111
echo '```' >> report.md

0 commit comments

Comments
 (0)