You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/test-all.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ jobs:
70
70
- name: Run it
71
71
uses: ./.github/actions/test-ios-rntester
72
72
with:
73
-
flavor: Debug
73
+
flavor: ${{ matrix.flavor }}
74
74
use-frameworks: true
75
75
run-unit-tests: false # tests for dynamic frameworks are already run in the test_ios_rntester job; this is to just a test build from source (no prebuilds)
0 commit comments