Skip to content

Commit e56f4d5

Browse files
committed
chore: enable logs
1 parent 7451764 commit e56f4d5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/e2e-tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
if: ${{ (github.event_name == 'pull_request' && github.event.pull_request.base.ref == 'main') || (github.event_name == 'workflow_dispatch' && (github.event.inputs.platform == 'all' || github.event.inputs.platform == 'android')) }}
3131
env:
3232
HARNESS_DEBUG: true
33+
DEBUG: 'Metro:*'
3334
steps:
3435
- name: Checkout code
3536
uses: actions/checkout@v4
@@ -110,6 +111,8 @@ jobs:
110111
runs-on: macos-latest
111112
timeout-minutes: 30
112113
if: ${{ (github.event_name == 'pull_request' && github.event.pull_request.base.ref == 'main') || (github.event_name == 'workflow_dispatch' && (github.event.inputs.platform == 'all' || github.event.inputs.platform == 'ios')) }}
114+
env:
115+
DEBUG: 'Metro:*'
113116
steps:
114117
- name: Checkout code
115118
uses: actions/checkout@v4
@@ -199,6 +202,7 @@ jobs:
199202
if: ${{ (github.event_name == 'pull_request' && github.event.pull_request.base.ref == 'main') || (github.event_name == 'workflow_dispatch' && (github.event.inputs.platform == 'all' || github.event.inputs.platform == 'web')) }}
200203
env:
201204
HARNESS_DEBUG: true
205+
DEBUG: 'Metro:*'
202206
steps:
203207
- name: Checkout code
204208
uses: actions/checkout@v4
@@ -246,6 +250,7 @@ jobs:
246250
if: ${{ github.event_name == 'workflow_dispatch' && (github.event.inputs.platform == 'all' || github.event.inputs.platform == 'android') }}
247251
env:
248252
HARNESS_DEBUG: true
253+
DEBUG: 'Metro:*'
249254

250255
steps:
251256
- name: Checkout code
@@ -351,6 +356,8 @@ jobs:
351356
runs-on: macos-latest
352357
timeout-minutes: 30
353358
if: ${{ github.event_name == 'workflow_dispatch' && (github.event.inputs.platform == 'all' || github.event.inputs.platform == 'ios') }}
359+
env:
360+
DEBUG: 'Metro:*'
354361
steps:
355362
- name: Checkout code
356363
uses: actions/checkout@v4

0 commit comments

Comments
 (0)