Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoqnc committed Jul 2, 2024
1 parent ed44d57 commit b170c65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file

- name: Run all tests
run: mvn test
# - name: Run all tests
# run: mvn test
- name: Build with Maven
run: mvn -B package --file pom.xml

Expand Down
2 changes: 2 additions & 0 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<testSourceDirectory>src/test/java/com/ibm/plugin/</testSourceDirectory>

<dependencies>
<dependency>
<groupId>com.ibm</groupId>
Expand Down

0 comments on commit b170c65

Please sign in to comment.