Skip to content

Commit

Permalink
Add tests to Coherence demo project
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddlet2666 committed May 15, 2024
1 parent 28ae88c commit 7d1979a
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 @@ -48,6 +48,12 @@ jobs:
run: |
echo "Running verify against $COH_VERSION"
mvn --file pom.xml -nsu --batch-mode -e -Dcoherence.version=$COH_VERSION clean install
echo "==== Testing end-points ====="
mvn exec:exec > server.log 2>&1 &
PID=$!
sleep 30
curl -s http://127.0.0.1:8080/service/chart-data/false | jq
kill $PID
- name: Coherence Demo Jar
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 7d1979a

Please sign in to comment.