1
0
Fork 0

Add versioning for Gateway API Conformance Test Report

This commit is contained in:
Romain 2024-08-30 17:14:03 +02:00 committed by GitHub
parent 5ed972ccd8
commit 51f7f610c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 76 additions and 11 deletions

View file

@ -31,5 +31,7 @@ jobs:
- name: Avoid generating webui
run: touch webui/static/index.html
- name: K8s Gateway API conformance test
run: make test-gateway-api-conformance
- name: K8s Gateway API conformance test and report
run: |
make test-gateway-api-conformance
git diff --exit-code