Skip to content

[BCB-2428] Integrate JSON logging support #334

[BCB-2428] Integrate JSON logging support

[BCB-2428] Integrate JSON logging support #334

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/importer-es