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 0b51303 commit 5d27eadCopy full SHA for 5d27ead
.github/workflows/ci.yaml
@@ -166,6 +166,7 @@ jobs:
166
run: |
167
git submodule sync
168
git submodule update --init --recursive --jobs 7
169
+ git submodule foreach --recursive 'git fetch -f --tags'
170
./project/scripts/sbt "community-build/testOnly dotty.communitybuild.CommunityBuildTestA"
171
172
community_build_b:
@@ -201,6 +202,7 @@ jobs:
201
202
203
204
205
206
./project/scripts/sbt "community-build/testOnly dotty.communitybuild.CommunityBuildTestB"
207
208
test_sbt:
0 commit comments