File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ jobs:
263263 name : storybook-static
264264
265265 - name : Test
266- run : yarn loki:test:ci
266+ run : yarn loki:test
267267
268268 build-and-test-app :
269269 runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 100100 "e2e:web" : " playwright test --config=e2e/config/default.config.ts" ,
101101 "e2e:app" : " playwright test --config=e2e/config/electron.config.ts" ,
102102 "e2e:app:dev" : " DEV=1 playwright test --config=e2e/config/electron.config.ts" ,
103- "loki:test" : " yarn loki test --chromeTolerance 2" ,
104- "loki:test:ci" : " yarn loki:test --reactUri ./storybook-static" ,
105- "loki:update" : " yarn loki update" ,
103+ "loki:test" : " yarn loki:test --reactUri file:./storybook-static --chromeTolerance 2" ,
104+ "loki:update" : " yarn loki update --reactUri file:./storybook-static" ,
106105 "test" : " vitest" ,
107106 "test:types" : " tsc -p tsconfig.spec.json" ,
108107 "build" : " yarn compile:production && yarn run pack" ,
You can’t perform that action at this time.
0 commit comments