Skip to content

PHEE-386,373 Update circle CI config of with integration test and host charts #477

PHEE-386,373 Update circle CI config of with integration test and host charts

PHEE-386,373 Update circle CI config of with integration test and host charts #477

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@v3
with:
path: master
- name: Check out repository code
uses: actions/checkout@v3
with:
repository: openmf/ph-ee-connector-integration-test
path: ph-ee-connector-integration-test
- name: Assemble project
run: ./gradlew clean build
- name: Build Docker image
run: docker build . -t paymenthubee.mifos.io/phee/connector-channel