We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d7826c commit f48ea3cCopy full SHA for f48ea3c
.drone.yml
@@ -42,9 +42,9 @@ pipeline:
42
commands:
43
- cp -R . /tmp/4/ && cd /tmp/4/
44
- ./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 ]
+ # when:
+ # # sbt scripted tests are slow and only run on nightly or deployment
+ # event: [ tag, deployment ]
48
49
# DOCUMENTATION:
50
documentation:
sbt-dotty/sbt-test/sbt-dotty/example-project/test
@@ -1,4 +1,4 @@
1
> run
2
> 'set initialCommands := "1 + 1" '
3
# FIXME: does not work on the CI
4
-#> console
+> console
0 commit comments