Skip to content

Commit 93ba4fd

Browse files
committed
add logs
1 parent 7934849 commit 93ba4fd

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ env:
2020
RECORD_REPLAY_METADATA_TEST_RUN_TITLE: E2E Tests
2121
RECORD_REPLAY_DISABLE_FEATURES: '["no-dependency-graph"]'
2222
CI: true
23-
DEBUG: replayio:*,replay:*
2423
concurrency:
2524
group: ${{ github.ref }}
2625
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
@@ -106,6 +105,9 @@ jobs:
106105
run: npx replayio install
107106
env:
108107
RECORD_REPLAY_CHROMIUM_DOWNLOAD_FILE: ${{ github.event.inputs.linuxBuildFile }}
108+
- run: |
109+
echo "HOME is $HOME"
110+
ls -al $HOME
109111
- name: Run Playwright
110112
run: npx playwright test --shard ${{ matrix.shard }}/10 tests/*.ts --project replay-chromium
111113
working-directory: ./packages/e2e-tests
@@ -119,6 +121,8 @@ jobs:
119121
AUTOMATED_TEST_SECRET: ${{ secrets.AUTOMATED_TEST_SECRET }}
120122
AUTHENTICATED_TESTS_WORKSPACE_API_KEY: ${{ secrets.AUTHENTICATED_TESTS_WORKSPACE_API_KEY }}
121123
GOLDEN_TEST_RUN_WORKSPACE_API_KEY: ${{ secrets.GOLDEN_TEST_RUN_WORKSPACE_API_KEY }}
124+
- run: |
125+
ls -alh ~/.replay
122126
- name: Archive Playwright report results with code coverage
123127
uses: actions/upload-artifact@v4
124128
if: always()

0 commit comments

Comments
 (0)