Commit 318d1e5 1 parent 52312da commit 318d1e5 Copy full SHA for 318d1e5
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
run : npm ci
18
18
19
19
- name : Install playwright browsers
20
- run : npx playwright install --with-deps
20
+ run : npx playwright install chromium
21
21
22
22
- name : Run unit tests
23
23
run : npm run-script test:unit
36
36
run : npm ci
37
37
38
38
- name : Install playwright browsers
39
- run : npx playwright install --with-deps
39
+ run : npx playwright install chromium
40
40
41
41
- name : Run visual test
42
42
run : npm run-script test:visual
Original file line number Diff line number Diff line change 17
17
run : npm ci
18
18
19
19
- name : Install playwright browsers
20
- run : npx playwright install --with-deps
20
+ run : npx playwright install chromium
21
21
22
22
- name : Run tests
23
23
run : npm run test
Original file line number Diff line number Diff line change 18
18
run : npm ci
19
19
20
20
- name : Install playwright browsers
21
- run : npx playwright install --with-deps
21
+ run : npx playwright install chromium
22
22
23
23
- name : Run tests
24
24
run : npm run test
You can’t perform that action at this time.
0 commit comments