Skip to content

Commit

Permalink
use dedicate .env file for 6.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
ggivo committed Nov 23, 2024
1 parent e1c0453 commit a826afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-on-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
export REDIS_VERSION="${{ matrix.redis_version }}"
export COMPOSE_ENV_FILES="src/test/resources/env/.env"
if [[ "${{ matrix.redis_version }}" == "6.2.16" ]]; then
COMPOSE_ENV_FILES+=",src/test/resources/env/.env.v${{ matrix.redis_version }}"
COMPOSE_ENV_FILES="src/test/resources/env/.env.v${{ matrix.redis_version }}"
fi
docker compose -f src/test/resources/env/docker-compose.yml up -d
- name: Maven offline
Expand Down

0 comments on commit a826afb

Please sign in to comment.