[PHEE-568] Updated destination to include new tenant for payee fsp in… #607
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |