Skip to content

Commit 4e01bbf

Browse files
committed
e2e/bugfix/fix-github-actions
1 parent 37cc980 commit 4e01bbf

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)