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 6ee15dc commit 13f2269
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/chat-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,11 @@ jobs:
distribution: 'oracle' # 发布版本
java-version: '17'

# - name: maven构建Jar包并运行
# run: |
# apt-fast install tree
# cd ${{github.workspace}}
# tree -L 3 ./
# mvn -B package -DskipTests --file ./back-end/pom.xml
# tree -L 3 ./

- name: 执行命令
run: java -version
- name: maven构建Jar包并运行
run: |
apt-fast install tree
cd ${{github.workspace}}
tree -L 3 ./
mvn -B package -DskipTests --file ./back-end/pom.xml
tree -L 3 ./

0 comments on commit 13f2269

Please sign in to comment.