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 1f901e0 commit f4b126fCopy full SHA for f4b126f
action.yml
@@ -91,7 +91,7 @@ runs:
91
shell: bash
92
run: |
93
if [[ "$DOWNLOAD_JAR" == "true" ]]; then
94
- curl -L -o "$JAR_PATH" "https://github.com/donnerbart/split-tests-java/releases/latest/download/split-tests-java.jar"
+ curl -s -L -o "$JAR_PATH" "https://github.com/donnerbart/split-tests-java/releases/latest/download/split-tests-java.jar"
95
fi
96
- name: Split tests
97
id: split-tests-java
0 commit comments