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 c5691e9 commit 5256919Copy full SHA for 5256919
.github/workflows/e2e-tests.yml
@@ -108,7 +108,7 @@ jobs:
108
# - { name: onchain_boost_receive_widgets, grep: "@onchain|@boost|@receive|@widgets" }
109
# - { name: settings, grep: "@settings" }
110
# - { name: security, grep: "@security" }
111
- - { name: e2e, grep: '^(?!.*@settings_10)(@onboarding|@onchain_1|@onchain_2|@numberpad|@widgets|@boost|@receive|@settings|@security)' }
+ - { name: e2e, grep: '@onboarding|@onchain_1|@onchain_2|@numberpad|@widgets|@boost|@receive|@settings|@security' }
112
113
name: e2e-tests - ${{ matrix.shard.name }}
114
0 commit comments