Skip to content

Commit e8b90af

Browse files
committed
Typo
1 parent ef70039 commit e8b90af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ jobs:
257257
run: |
258258
UNIT_STATUS="${{ needs.unit.result }}"
259259
260-
if [[ "$UNIT_STATUS" == "success" ]]; then
260+
if [[ "$UNIT_STATUS" == "success" ]]; then
261261
echo "Python ${{ matrix.python }} tests passed."
262262
else
263263
echo "Error: Python ${{ matrix.python }} status is '$UNIT_STATUS'."

0 commit comments

Comments
 (0)