Skip to content

Commit

Permalink
only test client and dto modules on client release
Browse files Browse the repository at this point in the history
  • Loading branch information
clezag committed Jan 14, 2025
1 parent 1d48618 commit f3f4364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: noi-techpark/github-actions/maven-test@v2
with:
java-version: ${{ env.JAVA_VERSION }}
test-command: 'mvn -B test'
test-command: 'mvn -pl dto,client -B test'

# Release Test Snapshot SDK
release-sdk-snapshot:
Expand Down

0 comments on commit f3f4364

Please sign in to comment.