Refine the ci script
This commit is contained in:
parent
b5197b0013
commit
013a44f480
|
@ -7,15 +7,6 @@ on:
|
||||||
- action-ci
|
- action-ci
|
||||||
paths:
|
paths:
|
||||||
- './server/**'
|
- './server/**'
|
||||||
paths-ignore:
|
|
||||||
- './db/**'
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
paths:
|
|
||||||
- './server/**'
|
|
||||||
paths-ignore:
|
|
||||||
- './db/**'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|
|
@ -30,8 +30,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- run: |
|
- run: |
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
working-directory: ./web
|
working-directory: ./web
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
|
Loading…
Reference in New Issue