We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5760c9c commit 8284df8Copy full SHA for 8284df8
.github/workflows/health_check.yml
@@ -18,22 +18,17 @@ jobs:
18
uses: actions/setup-node@v1
19
with:
20
node-version: ${{ matrix.node }}
21
+
22
- name: Install Node Modules
23
run: npm install
24
25
- name: Build package
26
run: npm run build
27
28
- name: Run tests
29
env:
30
SANDBOX_API_KEY: ${{ secrets.SANDBOX_API_KEY }}
31
run: npm test
-
- failure-notification:
- runs-on: ubuntu-latest
32
- steps:
33
- - uses: actions/checkout@v2
34
- - run: exit 1
35
- - name: Health check failure
36
- if: always()
37
uses: kpritam/slack-job-status-action@v1
38
39
job-status: ${{ job.status }}
0 commit comments