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 c81578a commit 76903e6Copy full SHA for 76903e6
.github/workflows/ci.yaml
@@ -93,6 +93,8 @@ jobs:
93
94
- name: Test
95
run: |
96
+ git submodule sync
97
+ git submodule update --init --recursive --jobs 7
98
./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test;sjsSandbox/run;sjsSandbox/test;sjsJUnitTests/test ;configureIDE"
99
./project/scripts/bootstrapCmdTests
100
0 commit comments