Skip to content

Commit 4b1d7ed

Browse files
authored
Update java.yml
1 parent 6e64a8b commit 4b1d7ed

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/java.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
run: cd target
2121

2222
- name: Run ColorFul App
23-
run: |
24-
java -jar colorful-app-1.0.0.jar
25-
curl http://localhost:8080
23+
run: java -jar colorful-app-1.0.0.jar
24+
25+
- name: Checking the status of website in local
26+
run: curl http://localhost:8080
2627

0 commit comments

Comments
 (0)