Skip to content

Commit 43e29ae

Browse files
committed
added full RTE list
1 parent 1165bc1 commit 43e29ae

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,20 @@ on:
1717
- all
1818
- without_e2e
1919
- only_e2e
20+
2021
redis_client:
2122
description: Library to use for redis connection
2223
default: 'ioredis'
2324
type: choice
2425
options:
2526
- ioredis
2627
- node-redis
28+
29+
short_rte_list:
30+
description: Use short RTE list for IT
31+
type: boolean
32+
default: true
33+
2734
debug:
2835
description: Enable SSH Debug (IT and E2E)
2936
default: false

0 commit comments

Comments
 (0)