Skip to content

Commit

Permalink
Build only dev variant for codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
PranavPurwar authored Jun 15, 2024
1 parent 88297c7 commit 5c02f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: gradle/[email protected]
with:
gradle-version: current
arguments: clean assembleDebug --no-build-cache
arguments: clean assembleDevDebug --no-build-cache

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3

0 comments on commit 5c02f2c

Please sign in to comment.