Skip to content

Commit

Permalink
ACS-5546: Add echo commands to indicate point of failure with Tomcat …
Browse files Browse the repository at this point in the history
…deployment
  • Loading branch information
mstrankowski committed Jul 10, 2023
1 parent 73bda87 commit faef8d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@ jobs:
run: |
(mvn clean install -Prun -rf dev &)
${TAS_SCRIPTS}/wait-for-alfresco-start.sh "http://localhost:8080/alfresco/"
echo "Test Alfresco Repository availability"
curl -Ls -o /dev/null --fail "http://localhost:8080/alfresco"
echo "Test Share availability"
curl -Ls -o /dev/null --fail "http://localhost:8080/share"
docker_latest:
Expand Down

0 comments on commit faef8d4

Please sign in to comment.