File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,8 +100,8 @@ jobs:
100100 PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD : 1
101101 - name : Install Replay Chromium
102102 run : npx replayio install
103- env :
104- RECORD_REPLAY_CHROMIUM_DOWNLOAD_FILE : ${{ github.event.inputs.linuxBuildFile }}
103+ env :
104+ RECORD_REPLAY_CHROMIUM_DOWNLOAD_FILE : linux-chromium-20260416-95c6685a0f12-6839a25e2468-dev.tar.xz
105105 - name : Run Playwright
106106 run : npx playwright test --shard ${{ matrix.shard }}/10 tests/*.ts --project replay-chromium
107107 working-directory : ./packages/e2e-tests
@@ -164,6 +164,8 @@ jobs:
164164 PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD : 1
165165 - name : Install Replay Chromium
166166 run : npx replayio install
167+ env :
168+ RECORD_REPLAY_CHROMIUM_DOWNLOAD_FILE : linux-chromium-20260416-95c6685a0f12-6839a25e2468-dev.tar.xz
167169 - name : Run Playwright
168170 run : npx playwright test --shard ${{ matrix.shard }}/1 authenticated/ test-suite-dashboard/ --project replay-chromium
169171 working-directory : ./packages/e2e-tests
You can’t perform that action at this time.
0 commit comments