Skip to content

Commit

Permalink
fix for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-dargel committed Dec 18, 2024
1 parent 4e01bbf commit 3e7fd7e
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 3e7fd7e

Please sign in to comment.