From 08c8296e3375c9449a88c0064c4d951700d79bee Mon Sep 17 00:00:00 2001 From: William Cheng Date: Mon, 23 Nov 2020 16:01:34 +0800 Subject: [PATCH] test openapi3 java native in drone.ci (#8001) --- CI/.drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/CI/.drone.yml b/CI/.drone.yml index 0fa3ab5eae6..7df20d5e7f2 100644 --- a/CI/.drone.yml +++ b/CI/.drone.yml @@ -42,6 +42,7 @@ steps: # test java native client - ./mvnw clean test -f samples/client/petstore/java/native/pom.xml - ./mvnw clean test -f samples/client/petstore/java/native-async/pom.xml + - ./mvnw clean test -f samples/openapi3/client/petstore/java/native/pom.xml # test all generators with fake petstore spec (2.0, 3.0) - /bin/bash bin/utils/test-fake-petstore-for-all.sh # generate test scripts