Skip to content

Commit

Permalink
Merge pull request #230 from RedisInsight/e2e/bugfix/fix-github-actions
Browse files Browse the repository at this point in the history
fix for tests
  • Loading branch information
vlad-dargel authored Dec 18, 2024
2 parents 7e0c0ed + 3e7fd7e commit 503bca5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
secrets: inherit
with:
group_tests: 'without_e2e'
short_rte_list: false
pre_release: true

builds-prod:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
secrets: inherit
with:
group_tests: 'without_e2e'
short_rte_list: false
pre_release: true

builds:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ on:
description: Run group of tests
type: string
default: 'all'
pre_release:
description: Is pre-release
default: false
type: boolean

jobs:
frontend-tests:
Expand Down

0 comments on commit 503bca5

Please sign in to comment.