Skip to content

Commit b2d48d8

Browse files
committed
Disable sbt-scripted tests in PRs
1 parent fbfe233 commit b2d48d8

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
@@ -35,9 +35,9 @@ pipeline:
3535
commands:
3636
- cp -R . /tmp/4/ && cd /tmp/4/
3737
- ./project/scripts/sbt sbt-dotty/scripted
38-
# when:
39-
# # sbt scripted tests are slow and don't run on PRs
40-
# event: [ push, tag, deployment ]
38+
when:
39+
# sbt scripted tests are slow and don't run on PRs
40+
event: [ push, tag, deployment ]
4141

4242
# DOCUMENTATION:
4343
documentation:

0 commit comments

Comments
 (0)