Skip to content

Commit

Permalink
report failure
Browse files Browse the repository at this point in the history
  • Loading branch information
dsavchenko committed Dec 4, 2024
1 parent 6605318 commit dae1db5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
name: AsynchronousAPI-output.html
path: doc/source/user_guide/AsynchronousAPI-output.html

- name: Determine failure
- name: Determine nb execution failure
run: |
exit_code=${{ steps.nb.outputs.exit_code }}
if (( $exit_code )); then exit 1 ; fi
exit ${{ steps.nb.outputs.exit_code }}

0 comments on commit dae1db5

Please sign in to comment.