Skip to content

Commit a1d4760

Browse files
committed
WIP Enable scripted tests
1 parent b032c9f commit a1d4760

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
@@ -42,9 +42,9 @@ pipeline:
4242
commands:
4343
- cp -R . /tmp/4/ && cd /tmp/4/
4444
- ./project/scripts/sbt sbt-dotty/scripted
45-
when:
46-
# sbt scripted tests are slow and only run on nightly or deployment
47-
event: [ tag, deployment ]
45+
# when:
46+
# # sbt scripted tests are slow and only run on nightly or deployment
47+
# event: [ tag, deployment ]
4848

4949
# DOCUMENTATION:
5050
documentation:

0 commit comments

Comments
 (0)