From d1048394b5fecf6d450ac3eb422001e9b353e6a8 Mon Sep 17 00:00:00 2001 From: Shelley-BaoYue Date: Tue, 29 Aug 2023 21:33:51 +0800 Subject: fix e2e test in doc pr Signed-off-by: Shelley-BaoYue --- .github/workflows/main-doc.yaml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/main-doc.yaml b/.github/workflows/main-doc.yaml index 931cdfcfb..6993d4a34 100644 --- a/.github/workflows/main-doc.yaml +++ b/.github/workflows/main-doc.yaml @@ -70,9 +70,19 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - PROTOCOL: - - WebSocket - - QUIC + cases: + - protocol: WebSocket + version: v1.24.0 + - protocol: WebSocket + version: v1.23.0 + - protocol: WebSocket + version: v1.22.0 + - protocol: QUIC + version: v1.24.0 + - protocol: QUIC + version: v1.23.0 + - protocol: QUIC + version: v1.22.0 timeout-minutes: 30 name: E2e test needs: image-prepare -- cgit v1.2.3