You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/run-tutorial.yml
+16-8
Original file line number
Diff line number
Diff line change
@@ -185,14 +185,22 @@ jobs:
185
185
- name: Check test results
186
186
if: always()
187
187
run: |
188
-
if [ "${{ steps.run-tutorials.outputs.total }}" -eq 0 ]; then
189
-
echo "::notice::No tutorials were tested in this group."
190
-
elif [ "${{ steps.run-tutorials.outputs.failed }}" -gt 0 ]; then
191
-
echo "::warning::${{ steps.run-tutorials.outputs.failed }} out of ${{ steps.run-tutorials.outputs.total }} tutorials failed. Read in Test tutorials and click `Running tutorials...` to see the error messages."
0 commit comments