Skip to content

Commit e090a29

Browse files
committed
[WIP] Run the sbt scripted tests
1 parent cbff210 commit e090a29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.drone.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ pipeline:
4343
commands:
4444
- cp -R . /tmp/4/ && cd /tmp/4/
4545
- ./project/scripts/sbt sbt-dotty/scripted
46-
when:
47-
# sbt scripted tests are slow and only run on nightly or deployment
48-
event: [ tag, deployment ]
46+
# when:
47+
# # sbt scripted tests are slow and only run on nightly or deployment
48+
# event: [ tag, deployment ]
4949

5050
# DOCUMENTATION:
5151
documentation:

0 commit comments

Comments
 (0)