Skip to content

Commit

Permalink
e2e/bugfix/fix-github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-dargel committed Dec 18, 2024
1 parent 37cc980 commit 4e01bbf
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 4e01bbf

Please sign in to comment.