Browse Source

test check action

nameczz 4 years ago
parent
commit
18631709d7
1 changed files with 12 additions and 0 deletions
  1. 12 0
      .github/workflows/check.yml

+ 12 - 0
.github/workflows/check.yml

@@ -30,6 +30,12 @@ jobs:
     runs-on: ubuntu-latest
     needs: build
     steps:
+      - uses: actions/checkout@v2
+      - name: Setup Node.js
+        uses: actions/setup-node@v1
+        with:
+          node-version: 12
+
       - name: Install OpenVPN and kubectl
         run: |
           sudo apt-get update
@@ -62,6 +68,12 @@ jobs:
     runs-on: ubuntu-latest
     needs: [build, kbs]
     steps:
+      - uses: actions/checkout@v2
+      - name: Setup Node.js
+        uses: actions/setup-node@v1
+        with:
+          node-version: 12
+
       - name: Check insight status
         run: |
           yarn add axios