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 9f8890a commit 1d0d379Copy full SHA for 1d0d379
.github/workflows/apisix-conformance-test.yml
@@ -105,7 +105,7 @@ jobs:
105
- name: Format Conformance Test Report
106
if: ${{ github.event_name == 'pull_request' }}
107
run: |
108
- echo '# conformance test report' > report.md
+ echo '# conformance test report - ${{ matrix.provider_type }} mode' > report.md
109
echo '```yaml' >> report.md
110
cat apisix-ingress-controller-conformance-report.yaml >> report.md
111
echo '```' >> report.md
0 commit comments