Skip to content

Commit 921c67a

Browse files
committed
wip
1 parent d1363d2 commit 921c67a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ steps:
7878
- echo "--- Install dependencies"
7979
- yarn install --immutable
8080
- echo "+++ Run Browser integration tests :pray:"
81-
- yarn turbo run --filter=@internal/browser-integration-tests test
81+
- yarn turbo run --filter=@internal/browser-integration-tests test:int
8282
retry:
8383
automatic:
8484
- exit_status: '*'

packages/browser-integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"hoistingLimits": "workspaces"
77
},
88
"scripts": {
9-
"test": "playwright test",
9+
"test:int": "playwright test",
1010
"lint": "yarn concurrently 'yarn:eslint .' 'yarn:tsc --noEmit'",
1111
"concurrently": "yarn run -T concurrently",
1212
"watch:test": "yarn test --watch",

0 commit comments

Comments
 (0)