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 ef70039 commit e8b90afCopy full SHA for e8b90af
1 file changed
.github/workflows/unittest.yml
@@ -257,7 +257,7 @@ jobs:
257
run: |
258
UNIT_STATUS="${{ needs.unit.result }}"
259
260
- if [[ "$UNIT_STATUS" == "success" ]]; then
+ if [[ "$UNIT_STATUS" == "success" ]]; then
261
echo "Python ${{ matrix.python }} tests passed."
262
else
263
echo "Error: Python ${{ matrix.python }} status is '$UNIT_STATUS'."
0 commit comments