Skip to content

Merge pull request #23 from icon-community/fix/last-PR-milestone-dead… #130

Merge pull request #23 from icon-community/fix/last-PR-milestone-dead…

Merge pull request #23 from icon-community/fix/last-PR-milestone-dead… #130

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