Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shah-smit committed May 7, 2020
1 parent f529240 commit 42b81b5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,17 @@ echo "Precommiting script started"

mvn clean test

# nohup mvn spring-boot:run &
nohup mvn spring-boot:run &

sleep 10

cd karate/

# mvn test -Dtest=testRunner
mvn test -Dtest=testRunner

cd ..

kill $(lsof -ti:8081)

echo "Successfully Completed"
```

0 comments on commit 42b81b5

Please sign in to comment.