Skip to content

[GOV-134] Fix liveness and readiness issues #147

[GOV-134] Fix liveness and readiness issues

[GOV-134] Fix liveness and readiness issues #147

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
Assemble:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Build project
run: ./gradlew clean build
- name: Build Docker image
run: docker build . -t paymenthubee.mifos.io/phee/notifications