Skip to content

Commit 657ed65

Browse files
author
Hrithik Katiyar
committed
SDKAD-153 Added gradle test run to github workflow
1 parent 99f4fa2 commit 657ed65

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/maven-workflow-run.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ jobs:
6464
run: |
6565
mvn compile
6666
mvn test -P sample-test
67+
- name: Run gradle task sampleTest
68+
run: |
69+
gradle clean sampleTest
70+
- name: Run gradle task sampleLocalTest
71+
run: |
72+
gradle clean sampleLocalTest
6773
- if: always()
6874
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975
6975
id: status-check-completed

0 commit comments

Comments
 (0)