File tree 2 files changed +8
-8
lines changed
packages/twopoint5d-elements-e2e
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 23
23
NPM_TOKEN : xxx
24
24
25
25
- name : Install playwright browsers
26
- run : pnpm exec playwright install chrome firefox
26
+ run : pnpm exec playwright install firefox
27
27
28
28
- name : Run all checks
29
29
run : xvfb-run pnpm run ci
Original file line number Diff line number Diff line change @@ -38,15 +38,15 @@ export default defineConfig({
38
38
name : 'firefox' ,
39
39
use : { ...devices [ 'Desktop Firefox' ] , headless : true } ,
40
40
} ,
41
- {
42
- name : 'chrome' ,
43
- use : {
44
- ...devices [ 'Desktop Chrome' ] ,
45
- headless : true ,
46
- } ,
47
- } ,
48
41
49
42
...( process . env . CI ? [ ] : [
43
+ {
44
+ name : 'chrome' ,
45
+ use : {
46
+ ...devices [ 'Desktop Chrome' ] ,
47
+ headless : true ,
48
+ } ,
49
+ } ,
50
50
{
51
51
name : 'webkit' ,
52
52
use : { ...devices [ 'Desktop Safari' ] , headless : true } ,
You can’t perform that action at this time.
0 commit comments