Skip to content

Commit

Permalink
feat: test metrics for proxy passing env
Browse files Browse the repository at this point in the history
  • Loading branch information
boodyvo committed Sep 12, 2024
1 parent 1e4f891 commit b05ed6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-e2e-no-metrics-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: pull pre-built images
run: sudo docker compose -f ci.docker-compose.yml pull
- name: build and start proxy service and it's dependencies
run: echo "METRIC_DATABASE_ENABLED=$METRIC_DATABASE_ENABLED" && sudo docker compose -f ci.docker-compose.yml up -d --build proxy redis
run: echo "METRIC_DATABASE_ENABLED=$METRIC_DATABASE_ENABLED" && sudo docker compose -e METRIC_DATABASE_ENABLED=$METRIC_DATABASE_ENABLED -f ci.docker-compose.yml up -d --build proxy redis
env:
METRIC_DATABASE_ENABLED: false
- name: wait for proxy service to be running
Expand Down

0 comments on commit b05ed6d

Please sign in to comment.