Skip to content

Commit f48ea3c

Browse files
committed
Reproduce CI failure in fixing TODO
See #4952 (comment).
1 parent 0d7826c commit f48ea3c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
> run
22
> 'set initialCommands := "1 + 1" '
33
# FIXME: does not work on the CI
4-
#> console
4+
> console

0 commit comments

Comments
 (0)