Skip to content

Commit

Permalink
run only the release tests to speed up tests
Browse files Browse the repository at this point in the history
Test were being run 3 times since it was running debug, release, and
unity targets.
  • Loading branch information
jkasten2 committed Feb 21, 2024
1 parent edcbd3d commit ab7dcab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: "[Test] SDK Unit Tests"
working-directory: OneSignalSDK
run: |
./gradlew test --console=plain --continue
./gradlew testReleaseUnitTest --console=plain --continue
- name: Unit tests results
if: failure()
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit ab7dcab

Please sign in to comment.