Skip to content

Commit e53a30a

Browse files
committed
fix(ci): make test_ios_rntester_dynamic_frameworks use matrix flavor value
1 parent 043c6ca commit e53a30a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Run it
7171
uses: ./.github/actions/test-ios-rntester
7272
with:
73-
flavor: Debug
73+
flavor: ${{ matrix.flavor }}
7474
use-frameworks: true
7575
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)
7676

0 commit comments

Comments
 (0)