Skip to content

Commit 503bca5

Browse files
authored
Merge pull request #230 from RedisInsight/e2e/bugfix/fix-github-actions
fix for tests
2 parents 7e0c0ed + 3e7fd7e commit 503bca5

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/release-prod.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
secrets: inherit
1313
with:
1414
group_tests: 'without_e2e'
15-
short_rte_list: false
1615
pre_release: true
1716

1817
builds-prod:

.github/workflows/release-stage.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
secrets: inherit
1313
with:
1414
group_tests: 'without_e2e'
15-
short_rte_list: false
1615
pre_release: true
1716

1817
builds:

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ on:
2222
description: Run group of tests
2323
type: string
2424
default: 'all'
25+
pre_release:
26+
description: Is pre-release
27+
default: false
28+
type: boolean
2529

2630
jobs:
2731
frontend-tests:

0 commit comments

Comments
 (0)