Skip to content

Commit dd5c7eb

Browse files
committed
AMP-187 Change to use gradle instad of gradlew
1 parent 7690cee commit dd5c7eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
- name: Run API Tests
115115
run: |
116116
cd apiTest
117-
../gradlew test
117+
gradle test
118118
119119
- name: Upload test reports
120120
if: always()

0 commit comments

Comments
 (0)