Skip to content

Commit 81216df

Browse files
committed
Change exit code to response status
1 parent f96cfef commit 81216df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
echo "OK"
109109
else
110110
echo "FAIL"
111-
exit 1
111+
exit ${status}
112112
fi
113113
- name: Run file consistency check 1
114114
run: |
@@ -123,7 +123,7 @@ jobs:
123123
fi
124124
else
125125
echo "FAIL"
126-
exit 1
126+
exit ${status}
127127
fi
128128
- name: Run file consistency check 2
129129
run: |

0 commit comments

Comments
 (0)