Skip to content

Commit 8284df8

Browse files
authored
update healthcheck (#27)
1 parent 5760c9c commit 8284df8

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/health_check.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,17 @@ jobs:
1818
uses: actions/setup-node@v1
1919
with:
2020
node-version: ${{ matrix.node }}
21+
2122
- name: Install Node Modules
2223
run: npm install
24+
2325
- name: Build package
2426
run: npm run build
27+
2528
- name: Run tests
2629
env:
2730
SANDBOX_API_KEY: ${{ secrets.SANDBOX_API_KEY }}
2831
run: npm test
29-
30-
failure-notification:
31-
runs-on: ubuntu-latest
32-
steps:
33-
- uses: actions/checkout@v2
34-
- run: exit 1
35-
- name: Health check failure
36-
if: always()
3732
uses: kpritam/slack-job-status-action@v1
3833
with:
3934
job-status: ${{ job.status }}

0 commit comments

Comments
 (0)