Skip to content

GOV-290 Enabled TLS for tomcat server #184

GOV-290 Enabled TLS for tomcat server

GOV-290 Enabled TLS for tomcat server #184

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/bulk-processor