Skip to content

Commit

Permalink
add more curl tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddlet2666 committed May 15, 2024
1 parent 7d1979a commit 1b08775
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/maven-build-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ jobs:
PID=$!
sleep 30
curl -s http://127.0.0.1:8080/service/chart-data/false | jq
curl -s http://127.0.0.1:8080/service/chart-data/true | jq
curl -v http://127.0.0.1:8080/service/start-member/1
sleep 10
curl -v http://127.0.0.1:8080/service/stop-member/1
curl -q http://127.0.0.1:8080/service/developer/hostname
curl -q http://127.0.0.1:8080/service/developer/populate
kill $PID
- name: Coherence Demo Jar
Expand Down

0 comments on commit 1b08775

Please sign in to comment.