Skip to content

Commit 31f9c4a

Browse files
Copilotdgreif
andcommitted
Remove playwright install steps from CI workflows
Co-authored-by: dgreif <[email protected]>
1 parent da5aa90 commit 31f9c4a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
- uses: actions/setup-node@v4
1414
with:
1515
node-version: 24
16-
- run: npx playwright install chromium
1716
- name: npm install, build, and test
1817
run: |
1918
npm install

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
node-version: 24
1919
registry-url: https://registry.npmjs.org/
2020
cache: npm
21-
- run: npx playwright install chromium
2221
- run: npm ci
2322
- run: npm test
2423
- run: npm run build

0 commit comments

Comments
 (0)