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