Skip to content

Commit efe8597

Browse files
committed
fixes
1 parent 7ef3895 commit efe8597

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,8 @@
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",

0 commit comments

Comments
 (0)