diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 304ceaf..0f8d069 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -9,6 +9,10 @@ on: pull_request: branches: [ master ] +defaults: + run: + working-directory: web + jobs: build: @@ -25,7 +29,6 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - - run: cd bot - run: npm ci - run: npm run build --if-present - run: npm test