Skip to content

Commit 793227a

Browse files
authored
chore(l2): report prover integration test failure to slack (#2503)
**Motivation** <!-- Why does this pull request exist? What are its goals? --> **Description** <!-- A clear and concise general description of the changes this PR introduces --> <!-- Link to issues: Resolves #111, Resolves #222 --> Closes #issue_number
1 parent da37065 commit 793227a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/main_prover.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,12 @@ jobs:
7171
- name: Ensure admin permissions in _work
7272
if: always()
7373
run: sudo chown admin:admin -R /home/admin/actions-runner/_work/
74+
75+
- name: Report Status
76+
if: always()
77+
uses: ravsamhq/notify-slack-action@v2
78+
with:
79+
status: ${{ job.status }}
80+
notify_when: 'failure'
81+
env:
82+
SLACK_WEBHOOK_URL: ${{ secrets.ETHREX_L2_SLACK_WEBHOOK }}

0 commit comments

Comments
 (0)