Skip to content

Commit

Permalink
Update pipeline SDK_android-client_test
Browse files Browse the repository at this point in the history
  • Loading branch information
gthea committed Oct 28, 2024
1 parent f294f60 commit 923b773
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .harness/SDK_androidclient_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,16 @@ pipeline:
execution:
steps:
- step:
type: RunTests
name: UT
identifier: UT
type: Run
name: build and test
identifier: build_and_test
spec:
language: Java
buildTool: Gradle
args: clean test
runOnlySelectedTests: false
shell: Sh
command: |-
./gradlew test assemble -YOUR_PROJECT
./gradlew testDebug
reports:
type: JUnit
spec:
paths:
- build/reports/junit.xml
enableTestSplitting: false
testSplitStrategy: TestCount
- "*/build/test-results/.*xml"

0 comments on commit 923b773

Please sign in to comment.