Skip to content

Commit afe5b96

Browse files
authored
add playwright-recorder build step to e2e pipeline (#10636)
1 parent 41c5eca commit afe5b96

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.buildkite/runtime-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ steps:
55
commands:
66
- "mkdir -p /mnt/data/replay"
77
- "be_cmd node_deps -- npx yarn install"
8+
- "npx tsc --build packages/playwright-recorder/tsconfig.json"
89
- "be_cmd run_tests -- ts-node ./packages/e2e-tests/scripts/buildkite_run_tests_from_reason-linux-x86_64.ts"
910
agents:
1011
- "e2e=true"
@@ -37,6 +38,7 @@ steps:
3738
timeout_in_minutes: 60
3839
commands:
3940
- "be_cmd node_deps -- npx yarn install"
41+
- "npx tsc --build packages/playwright-recorder/tsconfig.json"
4042
- "be_cmd run_tests -- ts-node ./packages/e2e-tests/scripts/buildkite_run_tests_from_reason-macos-arm64.ts"
4143
agents:
4244
- "os=macos"

0 commit comments

Comments
 (0)