Skip to content

Commit ab7dcab

Browse files
committed
run only the release tests to speed up tests
Test were being run 3 times since it was running debug, release, and unity targets.
1 parent edcbd3d commit ab7dcab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: "[Test] SDK Unit Tests"
2727
working-directory: OneSignalSDK
2828
run: |
29-
./gradlew test --console=plain --continue
29+
./gradlew testReleaseUnitTest --console=plain --continue
3030
- name: Unit tests results
3131
if: failure()
3232
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)