Skip to content

Commit 858b17b

Browse files
authored
Return migration scenario for sweep
1 parent e9a1933 commit 858b17b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/e2e_migration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)