Skip to content

Commit 1a2b12e

Browse files
Merge pull request #4309 from RedisInsight/feature/RI-000-enhance-gh-actions
RI-000 run tests without e2e by default + add it for bugfix and featu…
2 parents 29dd5fc + f7e93fd commit 1a2b12e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
- 'be/**'
88
- 'fe-be/**'
99
- 'e2e/**'
10+
- 'feature/**'
11+
- 'bugfix/**'
1012

1113
workflow_dispatch:
1214
inputs:
@@ -42,7 +44,7 @@ on:
4244
group_tests:
4345
description: Run group of tests
4446
type: string
45-
default: 'all'
47+
default: 'without_e2e'
4648
short_rte_list:
4749
description: Use short rte list
4850
type: boolean

0 commit comments

Comments
 (0)