Skip to content

Commit 56edf49

Browse files
committed
Made another change to a workflow to properly run a test
1 parent 1b7b615 commit 56edf49

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker-compose.override.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ services:
121121
# For the reports when run locally
122122
- PLAYWRIGHT_HTML_HOST=0.0.0.0
123123
- CI=${CI}
124+
# Test credentials
125+
- FIRST_SUPERUSER=${FIRST_SUPERUSER}
126+
- FIRST_SUPERUSER_PASSWORD=${FIRST_SUPERUSER_PASSWORD}
124127
volumes:
125128
- ./frontend/blob-report:/app/blob-report
126129
- ./frontend/test-results:/app/test-results

0 commit comments

Comments
 (0)