File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
libs/@hashintel/ds-helpers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ jobs:
284284 run : mkdir -p var/logs
285285
286286 - name : Install playwright
287- if : matrix.name == '@tests/hash-playwright' || matrix.name == '@hashintel/ds-helpers'
287+ if : matrix.name == '@tests/hash-playwright'
288288 uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
289289 with :
290290 max_attempts : 3
Original file line number Diff line number Diff line change 5656 "lint:tsc" : " tsc --noEmit" ,
5757 "preflight:ladle" : " ladle build && ladle preview" ,
5858 "prepare" : " yarn run codegen" ,
59- "test:integration " : " ladle build && playwright test" ,
59+ "test:snapshots " : " ladle build && playwright test" ,
6060 "test:update" : " ladle build && playwright test --update-snapshots"
6161 },
6262 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments