diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 59acff7..b0cfbfd 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -14,7 +14,7 @@ jobs: defaults: run: - working-directory: ./ClientApp + working-directory: ClientApp runs-on: ubuntu-latest @@ -27,11 +27,8 @@ jobs: cache: 'npm' cache-dependency-path: '**/package-lock.json' - name: Install - working-directory: ./ClientApp run: npm ci - name: Build - working-directory: ./ClientApp run: npm run build --if-present - name: Tests - working-directory: ./ClientApp run: npm test