We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86a090a commit 1d66391Copy full SHA for 1d66391
1 file changed
.github/workflows/e2e_migration.yml
@@ -76,10 +76,10 @@ jobs:
76
fail-fast: false
77
matrix:
78
scenario:
79
- - { name: migration_1, grep: "@migration_1" }
80
- - { name: migration_2, grep: "@migration_2" }
81
- - { name: migration_3, grep: "@migration_3" }
82
- - { name: migration_4, grep: "@migration_4" }
+ - { name: migration_1-restore, grep: "@migration_1" }
+ - { name: migration_2-migration, grep: "@migration_2" }
+ - { name: migration_3-with-passphrase, grep: "@migration_3" }
+ - { name: migration_4-with-sweep, grep: "@migration_4" }
83
84
name: e2e-tests - ${{ matrix.scenario.name }}
85
0 commit comments