Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit ce19e26

Browse files
ci: github actions
1 parent cdde163 commit ce19e26

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/test-on-pr-branch.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,5 @@ jobs:
1616
- name: Install dependencies
1717
run: npm ci
1818

19-
- name: Install playwright browsers
20-
run: npx playwright install chromium
21-
2219
- name: Run unit tests
2320
run: npm run-script test

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,5 @@ jobs:
1616
- name: Install dependencies
1717
run: npm ci
1818

19-
- name: Install playwright browsers
20-
run: npx playwright install chromium
21-
2219
- name: Run unit tests
2320
run: npm run-script test

0 commit comments

Comments
 (0)