Skip to content

Commit

Permalink
Merge pull request #71 from ballerina-platform/revert-68-ballerina-1.2.x
Browse files Browse the repository at this point in the history
Revert "Update maven build command"
  • Loading branch information
dilanSachi committed Jul 14, 2022
2 parents 4d72d97 + 23802dd commit 55e2d7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- run: mvn clean install
- run: mvn clean install -pl !java.jms
- run: cd java.jms
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@1.2.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- run: mvn clean install
- run: mvn clean install -pl !java.jms
- run: cd java.jms
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@1.2.x
Expand Down

0 comments on commit 55e2d7e

Please sign in to comment.