Skip to content

Commit fb8fe2b

Browse files
committed
revert snapshot test naming; the solution for CI is too complicated right now
1 parent 06bb42a commit fb8fe2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

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

libs/@hashintel/ds-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
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": {

0 commit comments

Comments
 (0)