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 671b606 commit adbf8d4Copy full SHA for adbf8d4
.github/workflows/build.yml
@@ -50,6 +50,7 @@ jobs:
50
secrets: |
51
development/github/token/licenses-ro token | GITHUB_TOKEN;
52
- name: Run ruling tests
53
+ shell: bash # Set explicitly so Bash is used on Windows runners too.
54
run: |
55
cd its/ruling
56
mvn package --batch-mode "-Pit-ruling,${{ matrix.profile }}" -Dsonar.runtimeVersion=LATEST_RELEASE -Dmaven.test.redirectTestOutputToFile=false -B -e -V -Dparallel=methods -DuseUnlimitedThreads=true
0 commit comments