Skip to content

Commit

Permalink
check commit pin for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-near committed Dec 10, 2024
1 parent 129ea40 commit 176a98e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
with:
tool: just,cargo-nextest
# Run the tests:
- uses: mathiasvr/command-output@v2.0.0
- uses: mathiasvr/command-output@34408ea3d0528273faff3d9e201761ae96106cd0
with:
run: just nextest-slow ${{ matrix.type }}
run: just nextest-slow1 ${{ matrix.type }}
id: run_nextest

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

0 comments on commit 176a98e

Please sign in to comment.