File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ jobs:
128128 - { name: migration_1-restore, setup_type: standard }
129129 - { name: migration_2-migration, setup_type: standard }
130130 - { name: migration_3-with-passphrase, setup_type: passphrase }
131+ - { name: migration_4-with-sweep, setup_type: sweep }
131132 with :
132133 e2e_branch : ${{ needs.e2e-branch.outputs.branch }}
133134 rn_version : ${{ matrix.rn_version }}
@@ -148,6 +149,7 @@ jobs:
148149 - { name: migration_1-restore, setup_type: standard, grep: "@migration_1" }
149150 - { name: migration_2-migration, setup_type: standard, grep: "@migration_2" }
150151 - { name: migration_3-with-passphrase, setup_type: passphrase, grep: "@migration_3" }
152+ - { name: migration_4-with-sweep, setup_type: sweep, grep: "@migration_4" }
151153
152154 name : e2e-tests - ${{ matrix.rn_version }} - ${{ matrix.scenario.name }}
153155
You can’t perform that action at this time.
0 commit comments