Skip to content

Commit

Permalink
fix: 修改github actions文件
Browse files Browse the repository at this point in the history
  • Loading branch information
zongyanglaobiao committed Jun 20, 2024
1 parent 08b061d commit 0ae66d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/chat-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ jobs:
sudo update-alternatives --install /usr/bin/java java /usr/lib/jvm/java-17-openjdk-amd64/bin/java 1
sudo update-alternatives --set java /usr/lib/jvm/java-17-openjdk-amd64/bin/java
- name: maven 打包
- name: maven构建Jar包并运行
run: |
apt-fast install tree
cd ${{github.workspace}}
tree -L 3 ./
mvn -B package -DskipTests --file ./pom.xml
mvn -B package -DskipTests --file ./back-end/pom.xml
tree -L 3 ./
#java -jar

0 comments on commit 0ae66d5

Please sign in to comment.