Skip to content

Commit

Permalink
Update .github/workflows/pytest.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: isp-uetsuki <[email protected]>
Signed-off-by: h-suzuki <[email protected]>
  • Loading branch information
h-suzuki-isp and isp-uetsuki committed Oct 31, 2023
1 parent 9ad11b5 commit 7f797f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ jobs:
- name: If pytest failure
if: failure() && steps.pytest_action.outcome == 'failure'
run: |
echo "If pytest failure, are you sending both caret_analyze_cpp_impl and caret_analyze on this PR?"
echo "this pytest action may fail because it tests new caret_analyze in combination with old caret_analyze_cpp_impl."
echo "Did you send PR to both caret_analyze and caret_analyze_cpp_impl?"
echo "In that case, this pytest action may fail because it tests new caret_analyze in combination with old caret_analyze_cpp_impl."
exit 1

0 comments on commit 7f797f1

Please sign in to comment.