Skip to content

Commit ee38ecf

Browse files
author
Olafur Pall Geirsson
committed
Print CI environment variable in test
1 parent a38b170 commit ee38ecf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test-build/build.sbt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
1+
onLoadMessage := {
2+
"CI=" + System.getProperty("CI")
3+
}

0 commit comments

Comments
 (0)