Skip to content

Commit

Permalink
if always
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-near committed Dec 10, 2024
1 parent f4674fc commit 9e75a1d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,12 @@ jobs:
tool: just,cargo-nextest
# Run the tests:
- run:
just nextest-slow1 ${{ matrix.type }}
just nextest-slow ${{ matrix.type }}
id: run_nextest
continue-on-error: true

- name: Notify in Zulip about failures
uses: zulip/github-actions-zulip/send-message@v1
if: steps.run_nextest.conclusion == 'failure'
if: always() && steps.run_nextest.conclusion == 'failure'
with:
api-key: ${{ secrets.ZULIP_API_KEY }}
email: "[email protected]"
Expand Down

0 comments on commit 9e75a1d

Please sign in to comment.