diff --git a/.github/workflows/cypress-ts.yml b/.github/workflows/cypress-ts.yml index 1193f299..ad9a9eb7 100644 --- a/.github/workflows/cypress-ts.yml +++ b/.github/workflows/cypress-ts.yml @@ -29,5 +29,5 @@ jobs: - name: Cypress run uses: cypress-io/github-action@v6 with: - build: npm run test - project: ./webcomponents/vectortile-view-component + component: true + working-directory: ./webcomponents/vectortile-view-component