Enhance health check endpoint to include database status and detailed… #203
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Integration tests | |
| on: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| trigger-ci: | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - name: Trigger CI suite | |
| uses: minvws/gfmodules-action-trigger-ci@v1 | |
| with: | |
| orac_htpasswd: '${{ secrets.ORAC_HTPASSWD }}' | |
| endpoint_url: '${{ secrets.ORAC_ENDPOINT }}' |