Skip to content

Commit

Permalink
build ph-ee-connector-common before build
Browse files Browse the repository at this point in the history
  • Loading branch information
afk11 committed Jan 17, 2022
1 parent e3aba77 commit 595fa55
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,17 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v2

- name: Check out ph-ee-connector-common repository code
uses: actions/checkout@master
with:
repository: openMF/ph-ee-connector-common
ref: refs/heads/master
path: 'ph-ee-connector-common'

- name: Build ph-ee-connector-common
working-directory: ph-ee-connector-common
run: ./gradlew clean install

- name: Package project
run: mvn -U clean package

0 comments on commit 595fa55

Please sign in to comment.