Skip to content

Commit

Permalink
切换smart-http至feat
Browse files Browse the repository at this point in the history
  • Loading branch information
smthing committed Dec 23, 2024
1 parent b01dc40 commit 98ae070
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 98ae070

Please sign in to comment.