Skip to content

Commit 7e0c0ed

Browse files
authored
Merge pull request #229 from RedisInsight/e2e/bugfix/fix-github-actions
e2e/bugfix/fix-github-actions
2 parents 37cc980 + 4e01bbf commit 7e0c0ed

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/release-prod.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
name: Run all tests
1111
uses: ./.github/workflows/tests.yml
1212
secrets: inherit
13+
with:
14+
group_tests: 'without_e2e'
15+
short_rte_list: false
16+
pre_release: true
1317

1418
builds-prod:
1519
name: Create all builds for release

.github/workflows/release-stage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
name: Release stage tests
1111
uses: ./.github/workflows/tests.yml
1212
secrets: inherit
13+
with:
14+
group_tests: 'without_e2e'
15+
short_rte_list: false
16+
pre_release: true
1317

1418
builds:
1519
name: Release stage builds

0 commit comments

Comments
 (0)