From 75bddc66e2f32be5c6a26d29bc96686b3e8c882c Mon Sep 17 00:00:00 2001 From: Abheek <67982792+ADawesomeguy@users.noreply.github.com> Date: Mon, 22 Feb 2021 21:48:38 -0600 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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