Skip to content

[PHEE-721] Fix /gsma/transcation API to work with different dfspids. … #630

[PHEE-721] Fix /gsma/transcation API to work with different dfspids. …

[PHEE-721] Fix /gsma/transcation API to work with different dfspids. … #630

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