Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit-Ashok-Swain authored Oct 29, 2023
1 parent 4056e39 commit abca2da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml

- name: Execute Jar file
run: sudo kill -9 `sudo lsof -t -i:8080` & sudo java -jar /home/ubuntu/actions-runner/_work/Recipe-Management-System-API-with-Complete-AuthToken-and-AWS-EC2-Instance/Recipe-Management-System-API-with-Complete-AuthToken-and-AWS-EC2-Instance/target/Recipe-Management-System-API-with-AWS-0.0.1-SNAPSHOT.jar &


0 comments on commit abca2da

Please sign in to comment.