Skip to content

Commit 0ae3173

Browse files
Update test.yml
fixed yaml indention
1 parent 05776a3 commit 0ae3173

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ jobs:
8686
done
8787
done
8888

89-
if [ "$found" = false ]; then
90-
echo "⚠️ No test projects (*.Tests.csproj) were found in this repository."
91-
exit 1
92-
fi
89+
if [ "$found" = false ]; then
90+
echo "⚠️ No test projects (*.Tests.csproj) were found in this repository."
91+
exit 1
92+
fi
9393

9494
- name: Upload Test Results
9595
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)