Skip to content

Commit

Permalink
update test directory for github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
yildizsc committed Dec 14, 2023
1 parent 3a7229a commit 45b146c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml -DtestSourceDirectory=src/test/java/com/webex/events/com/webex/events
run: mvn -B package --file pom.xml

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
Expand Down
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<maven.compiler.target>17</maven.compiler.target>
</properties>

<build>
<testSourceDirectory>src/test/java</testSourceDirectory>
</build>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 45b146c

Please sign in to comment.