Update build_test.yml
This commit is contained in:
parent
d6fbe7c8de
commit
a2bef96512
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue