File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -54,13 +54,22 @@ jobs:
5454 run : yarn build
5555
5656 - name : Run health check for datil-dev
57- run : NETWORK=datil-dev yarn test:health
57+ run : NETWORK=datil-dev yarn ci:health
58+ env :
59+ LIT_STATUS_WRITE_KEY : ${{ secrets.LIT_STATUS_WRITE_KEY }}
60+ LIT_STATUS_BACKEND_URL : ${{ vars.LIT_STATUS_BACKEND_URL }}
5861
5962 - name : Run health check for datil-test
6063 run : NETWORK=datil-test yarn ci:health
64+ env :
65+ LIT_STATUS_WRITE_KEY : ${{ secrets.LIT_STATUS_WRITE_KEY }}
66+ LIT_STATUS_BACKEND_URL : ${{ vars.LIT_STATUS_BACKEND_URL }}
6167
6268 - name : Run health check for datil
6369 run : NETWORK=datil yarn ci:health
70+ env :
71+ LIT_STATUS_WRITE_KEY : ${{ secrets.LIT_STATUS_WRITE_KEY }}
72+ LIT_STATUS_BACKEND_URL : ${{ vars.LIT_STATUS_BACKEND_URL }}
6473
6574 # naga-health-check:
6675 # runs-on: ubuntu-latest
You can’t perform that action at this time.
0 commit comments