Skip to content

Commit d3a3a65

Browse files
authored
Only run the assembleRelease target to verify the demo app compiles (#1083)
1 parent e625825 commit d3a3a65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: ./gradlew check
2323
- name: build demo app
2424
working-directory: ./demo-app
25-
run: ./gradlew check assemble
25+
run: ./gradlew assembleRelease
2626

2727
required-status-check:
2828
needs:

0 commit comments

Comments
 (0)