|
@@ -79,19 +79,19 @@ jobs:
|
|
|
# sleep 60
|
|
|
|
|
|
# check:
|
|
|
- runs-on: ubuntu-latest
|
|
|
- needs: [build, k8s]
|
|
|
- steps:
|
|
|
- - uses: actions/checkout@v2
|
|
|
- - name: Setup Node.js
|
|
|
- uses: actions/setup-node@v1
|
|
|
- with:
|
|
|
- node-version: 12
|
|
|
+ # runs-on: ubuntu-latest
|
|
|
+ # needs: [build, k8s]
|
|
|
+ # steps:
|
|
|
+ # - uses: actions/checkout@v2
|
|
|
+ # - name: Setup Node.js
|
|
|
+ # uses: actions/setup-node@v1
|
|
|
+ # with:
|
|
|
+ # node-version: 12
|
|
|
|
|
|
- - name: Check insight status
|
|
|
- env:
|
|
|
- INSIGHT_URL: ${{ secrets.INSIGHT_URL }}
|
|
|
- run: |
|
|
|
- yarn add axios
|
|
|
- yarn add @actions/core
|
|
|
- node checkInsight.js
|
|
|
+ # - name: Check insight status
|
|
|
+ # env:
|
|
|
+ # INSIGHT_URL: ${{ secrets.INSIGHT_URL }}
|
|
|
+ # run: |
|
|
|
+ # yarn add axios
|
|
|
+ # yarn add @actions/core
|
|
|
+ # node checkInsight.js
|