mirror of https://github.com/sbt/sbt.git
disable scripted tests
This commit is contained in:
parent
47684b4ec2
commit
a05786ec75
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
PLUGIN: [sbt-coursier, sbt-lm-coursier]
|
||||
PLUGIN: [sbt-lm-coursier] # , sbt-coursier]
|
||||
TEST_GROUP: [1, 2]
|
||||
steps:
|
||||
- name: Don't convert LF to CRLF during checkout
|
||||
|
|
|
|||
|
|
@ -33,9 +33,11 @@ runLmCoursierTests() {
|
|||
|
||||
# publishing locally to ensure shading runs fine
|
||||
./metadata/scripts/with-test-repo.sh $SBT \
|
||||
+lm-coursier-shaded/publishLocal \
|
||||
+lm-coursier/test \
|
||||
"sbt-lm-coursier/scripted shared-$TEST_GROUP/* $SCRIPTED_EXTRA"
|
||||
lm-coursier-shaded/publishLocal \
|
||||
lm-coursier/test \
|
||||
# +lm-coursier-shaded/publishLocal \
|
||||
# +lm-coursier/test \
|
||||
# "sbt-lm-coursier/scripted shared-$TEST_GROUP/* $SCRIPTED_EXTRA"
|
||||
}
|
||||
|
||||
runSbtCoursierTests() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue