From 98ae070819bc848311f1a89ccdc8b1093c4da65b Mon Sep 17 00:00:00 2001 From: zhengjw22 Date: Mon, 23 Dec 2024 10:56:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2smart-http=E8=87=B3feat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tck.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tck.yml b/.github/workflows/tck.yml index b85d52c..ad16674 100644 --- a/.github/workflows/tck.yml +++ b/.github/workflows/tck.yml @@ -30,7 +30,7 @@ jobs: ref: 99ba4387c6bd0283fd00e6975a2f31f90ffa0963 path: jakartaee/servlet - uses: actions/checkout@v4 - name: 下载 smart-http + name: 下载 Feat with: repository: smartboot/feat path: feat @@ -44,8 +44,8 @@ jobs: uses: stCarolas/setup-maven@v5 with: maven-version: '3.9.0' - - name: Build smart-http - run: mvn -B install --file smart-http/pom.xml -Dmaven.compiler.source=8 -Dmaven.compiler.target=8 + - name: Build Feat + run: mvn -B install --file feat/pom.xml -Dmaven.compiler.source=8 -Dmaven.compiler.target=8 - name: Build servlet TCK with Maven run: mvn -B install --file jakartaee/servlet/pom.xml - name: Build smart-servlet with Maven