Skip to content

Commit bf63bfb

Browse files
authored
Fix healthcheck (#25)
1 parent 574b589 commit bf63bfb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/healthcheck.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
env:
2020
SANDBOX_API_KEY: ${{ secrets.SANDBOX_API_KEY }}
2121
run: make test
22+
23+
- name: Notify Slack
2224
uses: kpritam/slack-job-status-action@v1
2325
with:
2426
job-status: ${{ job.status }}

0 commit comments

Comments
 (0)