Skip to content

Commit c148995

Browse files
committed
Exclude test mods when CI set
1 parent 2ef7db2 commit c148995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ dependencies {
274274
// The One Probe
275275
implementation(fg.deobf("curse.maven:theoneprobe-245211:3671753"))
276276

277-
if (include_test_mods) {
277+
if (!System.getenv().containsKey("CI") && include_test_mods) {
278278
// Nicephore - Screenshots and Stuff
279279
runtimeOnly(fg.deobf("curse.maven:nicephore-401014:3741832"))
280280

0 commit comments

Comments
 (0)