Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
F Juster CodeQL til å kompilere testklassene også, uten å kjøre testene
Browse files Browse the repository at this point in the history
  • Loading branch information
thorellefsennav committed Jul 5, 2024
1 parent eb9614f commit 12acfc5
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 @@ -28,7 +28,7 @@ jobs:
distribution: 'temurin'
java-version: 21
- name: Build
run: ./gradlew clean build -x test
run: ./gradlew clean build -x test testClasses
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
Expand Down

0 comments on commit 12acfc5

Please sign in to comment.