Skip to content

Commit b170c65

Browse files
committed
test
1 parent ed44d57 commit b170c65

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/maven-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
2929
settings-path: ${{ github.workspace }} # location for the settings.xml file
3030

31-
- name: Run all tests
32-
run: mvn test
31+
# - name: Run all tests
32+
# run: mvn test
3333
- name: Build with Maven
3434
run: mvn -B package --file pom.xml
3535

java/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1818
</properties>
1919

20+
<testSourceDirectory>src/test/java/com/ibm/plugin/</testSourceDirectory>
21+
2022
<dependencies>
2123
<dependency>
2224
<groupId>com.ibm</groupId>

0 commit comments

Comments
 (0)