Skip to content

Commit 020bf1d

Browse files
committed
Use specific tasks for jvm and js test compilation
1 parent f8541bd commit 020bf1d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,14 @@ jobs:
5353
with:
5454
gradle-version: wrapper
5555
- name: Build
56-
run: ./gradlew --no-daemon -S -Dorg.gradle.dependency.verification=off -Dorg.gradle.warning.mode=none assemble
56+
run: >
57+
./gradlew
58+
--no-daemon
59+
-S
60+
-Dorg.gradle.dependency.verification=off
61+
-Dorg.gradle.warning.mode=none
62+
jvmTestClasses
63+
jsTestClasses
5764
5865
# Perform analysis
5966
- name: Perform CodeQL Analysis

0 commit comments

Comments
 (0)