Skip to content

Commit

Permalink
ci: add link to the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
csgui committed Jul 30, 2024
1 parent 75d5cb8 commit be135b8
Showing 1 changed file with 10 additions and 15 deletions.
25 changes: 10 additions & 15 deletions .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,13 @@ jobs:
- name: Run
run: cargo test --test wasm-generation --test standard

notification:
name: Notification
runs-on: ubuntu-latest
needs: property-testing
if: ${{ failure() }}
steps:
- name: Notify on Failure
uses: maxkomarychev/[email protected]
with:
token: ${{ secrets.GH_TOKEN }}
title: "Property testing coverage has failed"
body: "FYI & A: @stacks-network/clarity-wasm"
labels:
- testing
- property-testing
- name: Add link to the failure issue
uses: jayqi/failed-build-issue-action@v1
if: ${{ failure() }}
with:
github-token: ${{ secrets.GH_TOKEN }}
label-name: "property-testing-failure"
title-template: "Property testing coverage has failed"
body-template: |
FYI & A: @stacks-network/clarity-wasm
GitHub Actions workflow [{{workflow}} #{{runNumber}}](https://github.com/{{repo.owner}}/{{repo.repo}}/actions/runs/{{runId}}) failed.

0 comments on commit be135b8

Please sign in to comment.