Skip to content

Commit bd20139

Browse files
committed
Add flag values as matrix tests
1 parent f4430a6 commit bd20139

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/compose_test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,12 @@ jobs:
5454
strategy:
5555
matrix:
5656
BE_VERSION: [v3, v4]
57+
JOBS_AND_ELASTIC_ENABLED: ['', true]
5758
steps:
5859
- uses: actions/checkout@v4
5960
- name: Test compose.yaml
6061
run: |-
62+
export JOBS_ENABLED=${{ matrix.JOBS_AND_ELASTIC_ENABLED }}
63+
export ELASTIC_ENABLED=${{ matrix.JOBS_AND_ELASTIC_ENABLED }}
6164
export BE_VERSION=${{ matrix.BE_VERSION }}
6265
docker compose --profile '*' up --wait --wait-timeout 300

0 commit comments

Comments
 (0)