Skip to content

Commit

Permalink
fix(e2e): Pass GITHUB_ACTION_URL to Docker E2E test runs (#4322)
Browse files Browse the repository at this point in the history
  • Loading branch information
khvn26 authored Jul 12, 2024
1 parent f5a7eed commit f8babe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/docker-compose-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ services:
DISABLE_ANALYTICS_FEATURES: 'true'
FLAGSMITH_API: flagsmith-api:8000/api/v1/
SLACK_TOKEN: ${SLACK_TOKEN}
GITHUB_ACTION_URL: ${GITHUB_ACTION_URL}
ports:
- 8080:8080
depends_on:
Expand Down

0 comments on commit f8babe8

Please sign in to comment.