Skip to content

Commit 6a883bc

Browse files
committed
use the new build
1 parent 4627987 commit 6a883bc

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)