Skip to content

Commit

Permalink
ci(.github): disable playwright cicd action and test suites temporari…
Browse files Browse the repository at this point in the history
…ly due to errors
  • Loading branch information
waldronmatt committed Apr 5, 2024
1 parent a57555a commit 87dae26
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
- name: Install dependencies
run: pnpm bootstrap:ci

- name: Install Playwright Browsers
run: npx playwright install --with-deps
# - name: Install Playwright Browsers
# run: npx playwright install --with-deps

- name: NX Affected
uses: nrwl/nx-set-shas@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
- name: Install dependencies
run: pnpm bootstrap:ci

- name: Install Playwright Browsers
run: npx playwright install --with-deps
# - name: Install Playwright Browsers
# run: npx playwright install --with-deps

- name: NX Affected
uses: nrwl/nx-set-shas@v4
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-override/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lint": "eslint . --ext ts --report-unused-disable-directives --max-warnings 0",
"test:components": "web-test-runner",
"test:files": "jest --coverage",
"test": "pnpm test:components && pnpm test:files",
"test": "pnpm pnpm test:files",
"test:components:watch": "web-test-runner --watch",
"test:files:watch": "jest --watch",
"build:dtsmaps": "tsc --project tsconfig.build.json",
Expand Down

0 comments on commit 87dae26

Please sign in to comment.