Skip to content

Commit

Permalink
Add support test
Browse files Browse the repository at this point in the history
  • Loading branch information
XyL1GaN4eG committed Jul 27, 2024
1 parent 640554c commit 992f039
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_tg_bot_service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
script: |
echo "Building tgBotService on server..."
cd /home/xyl1gan4eg/myJavaProjects/weatherProject/tgBotService
mvn clean install -DskipTests
mvn clean install
echo "Build completed."
- name: Restart tgBotService
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_user_service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
script: |
echo "Building userService on server..."
cd /home/xyl1gan4eg/myJavaProjects/weatherProject/userService
mvn clean install -DskipTests
mvn clean install
echo "Build completed."
- name: Restart userService
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_weather_service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
script: |
echo "Building weatherApiService on server..."
cd /home/xyl1gan4eg/myJavaProjects/weatherProject/weatherApiService
mvn clean install -DskipTests
mvn clean install
echo "Build completed."
- name: Restart weatherApiService
Expand Down

0 comments on commit 992f039

Please sign in to comment.