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