[PHEE-477] Create an orb that fetches the docker images and do helm u… #567
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 | |