diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40040e4..c66c33d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,14 +19,12 @@ jobs: - name: Install Node.js dependencies run: npm ci + - name: Test + run: npm run serve-example + - name: Install Playwright Browsers run: npx playwright install --with-deps - - name: Run Playwright tests - run: npx playwright test - env: - PLAYWRIGHT_TEST_BASE_URL: ${{ github.event.deployment_status.target_url }} - - uses: actions/upload-artifact@v4 if: always() with: diff --git a/package.json b/package.json index 96e8fcb..05db44e 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/mblink/document-viewer.git" + "url": "git+https://github.com/mblink/document-viewer-ts.git" }, "keywords": [ "document", @@ -49,9 +49,9 @@ ], "license": "MIT", "bugs": { - "url": "https://github.com/mblink/document-viewer/issues" + "url": "https://github.com/mblink/document-viewer-ts/issues" }, - "homepage": "https://github.com/mblink/document-viewer#readme", + "homepage": "https://github.com/mblink/document-viewer-ts#readme", "devDependencies": { "@playwright/test": "^1.42.1", "@testing-library/react-hooks": "^7.0.2",