fix(build): make slim tests optional

This commit is contained in:
Harsh Shandilya 2023-06-28 10:46:37 +05:30
parent d8a76cf1e7
commit c089e5ae5a
No known key found for this signature in database
3 changed files with 19 additions and 15 deletions

View file

@ -58,7 +58,7 @@ jobs:
- name: Build project
shell: bash
run: |
./gradlew assemble
./gradlew assemble -PslimTests
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@f6e388ebf0efc915c6c5b165b019ee61a6746a38 # v2.20.1