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 355d134 commit e0d8b72Copy full SHA for e0d8b72
action.yml
@@ -87,12 +87,14 @@ runs:
87
: "${JAR_PATH:=split-tests-java.jar}"
88
echo "DOWNLOAD_JAR=$DOWNLOAD_JAR" >> $GITHUB_ENV
89
echo "JAR_PATH=$JAR_PATH" >> $GITHUB_ENV
90
+
91
- name: Install split-tests-java
92
shell: bash
93
run: |
94
if [[ "$DOWNLOAD_JAR" == "true" ]]; then
95
curl -s -L -o "$JAR_PATH" "https://github.com/donnerbart/split-tests-java/releases/latest/download/split-tests-java.jar"
96
fi
97
98
- name: Split tests
99
id: split-tests-java
100
0 commit comments