-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improves clean architecture design (#14)
* improves clean architecture design * update: tests * fix: unit tests * fix: cicd * fix: ci/cd * update: ci order * update: ci order * update: ci order * fix: ci/cd padding values
- Loading branch information
1 parent
fa10e8c
commit 1e05372
Showing
6 changed files
with
82 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,11 +18,11 @@ jobs: | |
with: | ||
distribution: 'zulu' | ||
java-version: 11 | ||
- name: run lint and unitTest | ||
run: ./gradlew lintDebug testDebugUnitTest | ||
- name: run instrumented tests | ||
uses: reactivecircus/[email protected] | ||
with: | ||
api-level: 31 | ||
arch: x86_64 | ||
script: ./gradlew connectedCheck | ||
- name: run lint and unitTest | ||
run: ./gradlew lintDebug testDebugUnitTest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters