-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
android.jar
and core-lambda-stubs.jar
to assets, and update t…
…ree-sitter to v3.4.0 Tested-by: Pranav Purwar <[email protected]> Signed-off-by: PranavPurwar <[email protected]>
- Loading branch information
1 parent
dc36a82
commit a13d156
Showing
9 changed files
with
21 additions
and
32 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,13 @@ jobs: | |
- name: Give permission to executable | ||
run: chmod +x gradlew | ||
|
||
- name: Run tests | ||
uses: gradle/[email protected] | ||
with: | ||
gradle-version: current | ||
arguments: test --continue | ||
|
||
|
||
- name: Run tests | ||
run: ./gradlew test --continue | ||
|
||
|
@@ -30,4 +37,3 @@ jobs: | |
with: | ||
name: test-reports | ||
path: '**/build/reports/tests/*' | ||
|
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 |
---|---|---|
@@ -1,3 +1 @@ | ||
/build | ||
/src/main/assets/android.jar | ||
/src/main/assets/core-lambda-stubs.jar |
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
Binary file not shown.
Binary file not shown.
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