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.
StandaloneLauncherTests
1 parent e15441f commit bb69fcfCopy full SHA for bb69fcf
.github/workflows/ci.yml
@@ -88,9 +88,6 @@ jobs:
88
run: ./mill -i integration.test.jvm
89
env:
90
SCALA_CLI_IT_GROUP: 1
91
- - name: Fat jar integration test
92
- if: success() || failure()
93
- run: ./mill integration.test.jvmBootstrapped 'scala.cli.integration.StandaloneLauncherTests.*'
94
- name: Convert Mill test reports to JUnit XML format
95
if: success() || failure()
96
run: .github/scripts/generate-junit-reports.sc jvm-tests-1 'Scala CLI JVM Tests (1)' test-report.xml out/
modules/integration/src/test/scala/scala/cli/integration/StandaloneLauncherTests.scala
0 commit comments