We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 707c771 commit a660410Copy full SHA for a660410
.github/workflows/e2e.yml
@@ -71,7 +71,8 @@ jobs:
71
- { name: onboarding_backup_numberpad, grep: "@onboarding|@backup|@numberpad" }
72
- { name: onchain_boost_receive_widgets, grep: "@onchain|@boost|@receive|@widgets" }
73
- { name: settings, grep: "@settings" }
74
- - { name: security_send, grep: "@security|@send" }
+ - { name: send, grep: "@send" }
75
+ - { name: lightning_security, grep: "@lightning|@security" }
76
77
name: e2e-tests - ${{ matrix.shard.name }}
78
0 commit comments