Skip to content

Commit 117f59d

Browse files
authored
Fix healthcheck (#30)
1 parent 9009dfb commit 117f59d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/health_check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
env:
3030
SANDBOX_API_KEY: ${{ secrets.SANDBOX_API_KEY }}
3131
run: npm test
32+
33+
- name: Notify slack
3234
uses: kpritam/slack-job-status-action@v1
3335
with:
3436
job-status: ${{ job.status }}

0 commit comments

Comments
 (0)