We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa3b680 commit 5a508d9Copy full SHA for 5a508d9
1 file changed
.github/workflows/e2e-mobile-tests.yml
@@ -97,7 +97,7 @@ jobs:
97
name: E2E Android (RN 0.84)
98
runs-on: ubuntu-latest
99
timeout-minutes: 30
100
- continue-on-error: true # TODO: Remove when RN 0.84 support is complete
+ continue-on-error: true # TODO: Remove when RN 0.84 support is complete
101
if: |
102
inputs.test_matrix == 'all' ||
103
inputs.test_matrix == 'android' ||
@@ -129,7 +129,7 @@ jobs:
129
name: E2E iOS (RN 0.84)
130
runs-on: macos-latest
131
132
133
134
135
inputs.test_matrix == 'ios' ||
0 commit comments