We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af04859 commit a602b56Copy full SHA for a602b56
.github/workflows/ci.yml
@@ -81,7 +81,8 @@ jobs:
81
echo "✅ Linting passed." >> $GITHUB_STEP_SUMMARY
82
else
83
echo "❌ One or more lint rules failed."
84
- echo "❌ One or more lint rules failed." >> $GITHUB_STEP_SUMMARYs
+ echo "❌ One or more lint rules failed." >> $GITHUB_STEP_SUMMARY
85
+ exit 1
86
fi
87
- name: Job Outcome
88
id: positive-test-outcome
@@ -97,6 +98,7 @@ jobs:
97
98
99
echo "❌ One or more positive tests failed."
100
echo "❌ One or more positive tests failed." >> $GITHUB_STEP_SUMMARY
101
102
103
104
negative-tests:
0 commit comments