Skip to content

Commit 9eeb486

Browse files
committed
add .env file for tests
1 parent 00200e9 commit 9eeb486

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build_docker.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ jobs:
2424
run: |
2525
python -m backend.launch_service.app_setup
2626
27+
- name: Create .env file for tests
28+
run: |
29+
cat > .env << EOF
30+
EMAIL=test@example.com
31+
APP_PASSWORD=test_password_123
32+
EOF
33+
2734
- name: Run Python tests
2835
run: |
2936
python -m pytest -v

0 commit comments

Comments
 (0)