Skip to content

Merge pull request #28 from icon-community/fix/send-installment-error… #153

Merge pull request #28 from icon-community/fix/send-installment-error…

Merge pull request #28 from icon-community/fix/send-installment-error… #153

Workflow file for this run

#name: pr-test
#
#on:
# pull_request:
# branches:
# - '*'
#
#jobs:
# docker:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v2
#
# - name: Build optimized jar
# run: ./gradlew clean build optimizedJar