Skip to content

Commit

Permalink
#882 Create a shared project
Browse files Browse the repository at this point in the history
  • Loading branch information
nashtech-huyphamphu committed Sep 16, 2024
1 parent add3cf3 commit 025c67e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cart-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- uses: ./.github/workflows/actions
- name: Run Maven Build Command
run: mvn clean install -pl cart -am
- name: Run Maven Checkstyle
if: ${{ env.FROM_ORIGINAL_REPOSITORY == 'true' }}
run: mvn checkstyle:checkstyle -f cart -Dcheckstyle.output.file=cart-checkstyle-result.xml
Expand All @@ -35,8 +37,6 @@ jobs:
uses: jwgmeligmeyling/checkstyle-github-action@master
with:
path: '**/cart-checkstyle-result.xml'
- name: Run Maven Build Command
run: mvn clean install -pl cart -am
- name: Test Results
uses: dorny/test-reporter@v1
if: ${{ env.FROM_ORIGINAL_REPOSITORY == 'true' && (success() || failure()) }}
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/product-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ on:
- ".github/workflows/product-ci.yaml"
- "pom.xml"
workflow_dispatch:
workflow_run:
workflows: [common-library service ci]
types:
- completed

jobs:
Build:
Expand Down

0 comments on commit 025c67e

Please sign in to comment.