Skip to content

Commit

Permalink
Add flag values as matrix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed May 23, 2024
1 parent 0798023 commit 1b54e35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/compose_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,12 @@ jobs:
strategy:
matrix:
BE_VERSION: [v3, v4]
JOBS_AND_ELASTIC_ENABLED: ['', true]
steps:
- uses: actions/checkout@v4
- name: Test compose.yaml
run: |-
export JOBS_ENABLED=${{ matrix.JOBS_AND_ELASTIC_ENABLED }}
export ELASTIC_ENABLED=${{ matrix.JOBS_AND_ELASTIC_ENABLED }}
export BE_VERSION=${{ matrix.BE_VERSION }}
docker compose --profile '*' up --wait --wait-timeout 300

0 comments on commit 1b54e35

Please sign in to comment.