Skip to content

Commit e6979ec

Browse files
committed
Test the Scala.js sandbox in the test_bootstrapped step in the CI.
Instead of its own `test_sjs`.
1 parent d222f20 commit e6979ec

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.drone.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,9 @@ pipeline:
3434
image: lampepfl/dotty:2018-10-01
3535
commands:
3636
- cp -R . /tmp/2/ && cd /tmp/2/
37-
- ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test"
37+
- ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test ;sjsSandbox/run"
3838
- ./project/scripts/bootstrapCmdTests
3939

40-
test_sjs:
41-
group: test
42-
image: lampepfl/dotty:2018-10-01
43-
commands:
44-
- cp -R . /tmp/3/ && cd /tmp/3/
45-
- ./project/scripts/sbt ";sjsSandbox/run"
46-
4740
test_sbt:
4841
group: test
4942
image: lampepfl/dotty:2018-10-01

0 commit comments

Comments
 (0)