Skip to content

Commit

Permalink
Updated build script
Browse files Browse the repository at this point in the history
  • Loading branch information
w3stling committed Sep 15, 2024
1 parent a86e7fc commit 3f3bfcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
# and modify them (or add more) to build your code if your project
# uses a compiled language

- run: ./gradlew clean build -x test
- name: Autobuild
run: ./gradlew clean build -x test

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

0 comments on commit 3f3bfcf

Please sign in to comment.