mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 23:59:07 +02:00
deps: Launcher 1.5.1
This commit is contained in:
@@ -36,6 +36,8 @@ jobs:
|
||||
java-version: "8"
|
||||
cache: sbt
|
||||
- uses: sbt/setup-sbt@v1
|
||||
with:
|
||||
sbt-runner-version: 1.11.5
|
||||
- name: Set up Python 3.12
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
@@ -70,7 +72,7 @@ jobs:
|
||||
# test launcher script
|
||||
cd launcher-package
|
||||
bin/coursier resolve
|
||||
../sbt -Dsbt.build.version=$TEST_SBT_VER integrationTest/test
|
||||
sbt -Dsbt.build.version=$TEST_SBT_VER integrationTest/test
|
||||
# This fails due to the JLine issue
|
||||
# cd citest && ./test.sh
|
||||
- name: Client test (Windows)
|
||||
|
||||
Reference in New Issue
Block a user