There was an error while loading. Please reload this page.
1 parent 6266695 commit 0baaa80Copy full SHA for 0baaa80
1 file changed
.github/workflows/replays-nightly.yml
@@ -131,6 +131,7 @@ jobs:
131
test -n "$ANDROID_SERIAL"
132
BOOT_FINISHED_AT="$(date +%s)"
133
pnpm build
134
+ pnpm build:android
135
pnpm clean:daemon
136
FULL_STARTED_AT="$(date +%s)"
137
AGENT_DEVICE_ANDROID_E2E=1 AGENT_DEVICE_ANDROID_E2E_TIER=full AGENT_DEVICE_ANDROID_SERIAL="$ANDROID_SERIAL" AGENT_DEVICE_FIXTURE_APP_PATH="${{ steps.fixture-app.outputs.apk-path }}" AGENT_DEVICE_FIXTURE_APP_ID="${{ steps.fixture-app.outputs.app-id }}" node --test test/integration/smoke-android-emulator.test.ts
0 commit comments