Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ca97818

Browse files
committedAug 20, 2018
WIP Enable scripted tests
1 parent 31f095d commit ca97818

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.drone.yml

+3-3
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)
Please sign in to comment.