@ -7,15 +7,6 @@ on:
- action-ci
paths:
- './server/**'
paths-ignore:
- './db/**'
pull_request:
branches:
- master
jobs:
@ -30,8 +30,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: |
npm install
npm run build
working-directory: ./web
env:
CI: true