File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
run : npm install
22
22
- name : Print put node & npm version
23
23
run : node --version && npm --version
24
- - name : Install browsers
25
- run :
npx [email protected] install
24
+ - name : Install chromium
25
+ run :
npx [email protected] install chromium
26
26
- name : Run unit test
27
27
run : npm run test
28
28
49
49
# Output useful info for debugging.
50
50
run : node --version && npm --version
51
51
- name : Install chromium
52
- run : npx playwright install chromium
52
+ run : npx playwright@1.49.0 install chromium
53
53
- name : Run unit test
54
54
run : npm run test
55
55
71
71
- name : Print put node & npm version
72
72
run : node --version && npm --version
73
73
- name : Install chromium
74
- run : npx playwright install chromium
74
+ run : npx playwright@1.49.0 install chromium
75
75
- name : Run unit test
76
76
run : npm run test
77
77
89
89
- name : Print put node & npm version
90
90
run : node --version && npm --version
91
91
- name : Install chromium
92
- run : npx playwright install chromium
92
+ run : npx playwright@1.49.0 install chromium
93
93
- name : Run unit test
94
94
run : npm run test
You can’t perform that action at this time.
0 commit comments