Skip to content

Commit 91bc096

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 972933e commit 91bc096

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/_run-docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
113113
if [[ "${{ hardware }}" == "xeon"* ]]; then
114114
if [ -f "${{ github.workspace }}/${{ inputs.example }}/tests/test_ui_on_xeon.sh" ]; then
115-
run_test_cases="$run_test_cases test_ui_on_xeon.sh";
115+
run_test_cases="$run_test_cases test_ui_on_xeon.sh";
116116
fi
117117
fi
118118
test_cases=$(echo $run_test_cases | tr ' ' '\n' | sort -u | jq -R '.' | jq -sc '.')

0 commit comments

Comments
 (0)