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 2121 strategy :
2222 fail-fast : false
2323 matrix :
24- os : [ubuntu-20.04, windows-2019]
24+ os : [ubuntu-20.04, windows-2019, macos-latest ]
2525 runs-on : ${{ matrix.os }}
2626 steps :
2727 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 9797 "format:eslint" : " eslint --ext .js,.html . --fix --ignore-path .gitignore" ,
9898 "lint" : " npm run lint:eslint" ,
9999 "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" ,
102102 "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 " ,
104104 "build" : " rimraf dist && rollup -c rollup.config.js" ,
105105 "build:vendor" : " node tasks/prepare.js" ,
106106 "build:models" : " node demo/model.js" ,
You can’t perform that action at this time.
0 commit comments