diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 336e520..30dea11 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,7 +28,6 @@ jobs: cache: maven - name: Build with Maven run: mvn -B package --file Blogging-App/pom.xml - - name: Execute Jar file - run: sudo kill -9 `sudo lsof -t -i:8080` & sudo java -jar /home/ubuntu/actions-runner/_work/BloggingPlatform-App/Blogging-App/target/Blogging-App-0.0.1-SNAPSHOT.jar & - + - name: Execute Jar file + run: sudo kill -9 `sudo lsof -t -i:8080` & sudo java -jar /home/ubuntu/actions-runner/_work/BloggingPlatform-App/BloggingPlatform-App/Blogging-App/target/Blogging-App-0.0.1-SNAPSHOT.jar &