Skip to content

Commit

Permalink
Merge pull request #229 from RedisInsight/e2e/bugfix/fix-github-actions
Browse files Browse the repository at this point in the history
e2e/bugfix/fix-github-actions
  • Loading branch information
vlad-dargel authored Dec 18, 2024
2 parents 37cc980 + 4e01bbf commit 7e0c0ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
name: Run all tests
uses: ./.github/workflows/tests.yml
secrets: inherit
with:
group_tests: 'without_e2e'
short_rte_list: false
pre_release: true

builds-prod:
name: Create all builds for release
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
name: Release stage tests
uses: ./.github/workflows/tests.yml
secrets: inherit
with:
group_tests: 'without_e2e'
short_rte_list: false
pre_release: true

builds:
name: Release stage builds
Expand Down

0 comments on commit 7e0c0ed

Please sign in to comment.