diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aefe240..2c27d18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,6 @@ name: CI on: - pull_request: push: branches: - main @@ -16,6 +15,10 @@ jobs: strategy: matrix: node-version: [20] + defaults: + run: + working-directory: ./packages/website-analyzer-wc + steps: - uses: actions/checkout@v4 @@ -35,17 +38,6 @@ jobs: with: node-version: "22" - - name: List files in the repository - run: | - ls ${{ github.workspace }} - - - name: go to correctdir - run: cd packages/website-analyzer-wc - - - name: List files in the repository aftere cd - run: | - ls ${{ github.workspace }} - - name: Install dependencies run: pnpm install