From ad2e1b7e62a5088b27e6722489a746d2f7d81254 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Tue, 27 Dec 2022 16:53:54 +0800 Subject: [PATCH] add test for debugSupportingFiles (#14331) --- .github/workflows/check-supported-versions.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-supported-versions.yaml b/.github/workflows/check-supported-versions.yaml index 350c008e900..c46a56cfab9 100644 --- a/.github/workflows/check-supported-versions.yaml +++ b/.github/workflows/check-supported-versions.yaml @@ -91,5 +91,7 @@ jobs: git config --global core.safecrlf false git config --global core.autocrlf true mvn clean package -Dmaven.test.skip=true -Dmaven.javadoc.skip=true - # test with java (jersey2) client generation only as ensure-uptodate script is run in another job instead + # test with java (jersey2) client generation only as ensure-up-to-date script is run in another job instead ./bin/generate-samples.sh ./bin/configs/java-jersey2-8.yaml + # test debugSupportingFiles + ./bin/generate-samples.sh ./bin/configs/python.yaml -- --global-property debugSupportingFiles