|
@@ -21,11 +21,11 @@ jobs:
|
|
|
cd express
|
|
|
yarn install
|
|
|
yarn test:cov
|
|
|
-
|
|
|
+
|
|
|
- name: Upload coverage to Codecov
|
|
|
uses: codecov/codecov-action@v2
|
|
|
with:
|
|
|
- token: ${{ secrets.CODECOV_TOKEN }}
|
|
|
+ # token: ${{ secrets.CODECOV_TOKEN }}
|
|
|
flags: express
|
|
|
|
|
|
- name: Login to DockerHub
|
|
@@ -78,19 +78,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
|