Skip to content

Commit 5a508d9

Browse files
abueideclaude
andcommitted
style: format workflow file (remove trailing spaces)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent aa3b680 commit 5a508d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-mobile-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
name: E2E Android (RN 0.84)
9898
runs-on: ubuntu-latest
9999
timeout-minutes: 30
100-
continue-on-error: true # TODO: Remove when RN 0.84 support is complete
100+
continue-on-error: true # TODO: Remove when RN 0.84 support is complete
101101
if: |
102102
inputs.test_matrix == 'all' ||
103103
inputs.test_matrix == 'android' ||
@@ -129,7 +129,7 @@ jobs:
129129
name: E2E iOS (RN 0.84)
130130
runs-on: macos-latest
131131
timeout-minutes: 30
132-
continue-on-error: true # TODO: Remove when RN 0.84 support is complete
132+
continue-on-error: true # TODO: Remove when RN 0.84 support is complete
133133
if: |
134134
inputs.test_matrix == 'all' ||
135135
inputs.test_matrix == 'ios' ||

0 commit comments

Comments
 (0)