diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 2f4fed8..28b18c9 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: pac-man-board-game/ClientApp runs-on: ubuntu-latest @@ -27,9 +27,7 @@ jobs: cache: 'npm' cache-dependency-path: '**/package-lock.json' - name: Install - run: | - ls -la - npm ci + run: npm ci - name: Build run: npm run build --if-present - name: Tests