Skip to content

Commit 7516149

Browse files
committed
Re-introduce publishLocal for scripted tests
1 parent d717b63 commit 7516149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pipeline:
3434
image: lampepfl/dotty:2017-09-08
3535
commands:
3636
- cp -R . /tmp/4/ && cd /tmp/4/
37-
- ./project/scripts/sbt sbt-dotty/scripted
37+
- ./project/scripts/sbt ";publishLocal ;sbt-dotty/scripted"
3838
# when:
3939
# # sbt scripted tests are slow and don't run on PRs
4040
# event: [ push, tag, deployment ]

0 commit comments

Comments
 (0)