Skip to content

Commit

Permalink
remove continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
eacharles committed Nov 1, 2023
1 parent b255d91 commit a037767
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
- name: Run notebooks
run: |
rail render-nb --skip examples/creation_examples/plotting_interface_skysim_cosmoDC2_COSMOS2020_demo.ipynb examples/${{ matrix.notebook-dir }}_examples/*.ipynb
continue-on-error: true
- name: Send status to Slack app (RAIL CI Reporter)
if: ${{ failure() }}
id: slack
Expand Down

0 comments on commit a037767

Please sign in to comment.