Skip to content

Commit addaae0

Browse files
Only run Java 11 tests on merge
1 parent 1f9d3f1 commit addaae0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.drone.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ pipeline:
4848
commands:
4949
- cp -R . /tmp/6/ && cd /tmp/6/
5050
- JAVA_HOME="/usr/lib/jvm/java-11-openjdk-amd64/" ./project/scripts/sbt -java-home "/usr/lib/jvm/java-11-openjdk-amd64/" ";dotty-bootstrapped/compile ;dotty-bootstrapped/test; dotty-semanticdb/compile; dotty-semanticdb/test:compile;sjsSandbox/run;sjsSandbox/test"
51+
when:
52+
event: [ push, tag, deployment ]
5153

5254
test_sbt:
5355
group: test

0 commit comments

Comments
 (0)