File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
strategy :
22
22
fail-fast : false
23
23
matrix :
24
- os : [ubuntu-20.04, windows-2019]
24
+ os : [ubuntu-20.04, windows-2019, macos-latest ]
25
25
runs-on : ${{ matrix.os }}
26
26
steps :
27
27
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 97
97
"format:eslint" : " eslint --ext .js,.html . --fix --ignore-path .gitignore" ,
98
98
"lint" : " npm run lint:eslint" ,
99
99
"format" : " npm run format:eslint" ,
100
- "test" : " web-test-runner test/*.test.js --coverage --node-resolve --playwright --browsers chromium firefox webkit && npm run test:visual" ,
101
- "test:visual" : " web-test-runner test/visual/*.test.js --coverage --node-resolve --playwright --browsers chromium firefox webkit " ,
100
+ "test" : " web-test-runner test/*.test.js --coverage --node-resolve --playwright --browsers chromium && npm run test:visual" ,
101
+ "test:visual" : " web-test-runner test/visual/*.test.js --coverage --node-resolve --playwright --browsers chromium" ,
102
102
"test:watch" : " web-test-runner test/*.test.js --node-resolve --watch --playwright --browsers chromium" ,
103
- "test:visual:update" : " web-test-runner test/**/*.test.js --coverage --node-resolve --playwright --browsers chromium firefox webkit --update-visual-baseline\n " ,
103
+ "test:visual:update" : " web-test-runner test/**/*.test.js --coverage --node-resolve --playwright --browsers chromium --update-visual-baseline\n " ,
104
104
"build" : " rimraf dist && rollup -c rollup.config.js" ,
105
105
"build:vendor" : " node tasks/prepare.js" ,
106
106
"build:models" : " node demo/model.js" ,
You can’t perform that action at this time.
0 commit comments