Skip to content

Extend docker GitHub action to test the health end point #43

@upkarlidder

Description

@upkarlidder

Is your feature request related to a problem? Please describe.
Add health endpoint test to this GitHub action.

Describe the solution you'd like
Example from Legit Info:

          STATUS_CODE=$(docker exec legitinfo-test curl -s -o /dev/null -w "%{http_code}" localhost:8080/health/)
          docker stop legitinfo-test
          echo $STATUS_CODE | grep -q 200

Actions:

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions