Browse Source

Update build_test.yml

Granty1 4 years ago
parent
commit
97b140b5f3
1 changed files with 4 additions and 2 deletions
  1. 4 2
      .github/workflows/build_test.yml

+ 4 - 2
.github/workflows/build_test.yml

@@ -29,10 +29,12 @@ jobs:
       uses: actions/setup-node@v1
       with:
         node-version: ${{ matrix.node-version }}
-    - run: |
+        
+    - name: Build test 
+      run: |
         npm install
         npm run build
-    working-directory: ./web
+      working-directory: ./web
     
   backend:
     name: Backend build