Skip to content

Commit e0d8b72

Browse files
committed
Improve formatting of split-tests-java action
1 parent 355d134 commit e0d8b72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,14 @@ runs:
8787
: "${JAR_PATH:=split-tests-java.jar}"
8888
echo "DOWNLOAD_JAR=$DOWNLOAD_JAR" >> $GITHUB_ENV
8989
echo "JAR_PATH=$JAR_PATH" >> $GITHUB_ENV
90+
9091
- name: Install split-tests-java
9192
shell: bash
9293
run: |
9394
if [[ "$DOWNLOAD_JAR" == "true" ]]; then
9495
curl -s -L -o "$JAR_PATH" "https://github.com/donnerbart/split-tests-java/releases/latest/download/split-tests-java.jar"
9596
fi
97+
9698
- name: Split tests
9799
id: split-tests-java
98100
shell: bash

0 commit comments

Comments
 (0)