feat: Add pre-production deployment stage with E2E tests, a dedicated environment file, and update production deployment dependency. #30

Open
kovagoadi wants to merge 14 commits from test_preprod into main
Showing only changes of commit f60d9bb66c - Show all commits

View File

@@ -124,9 +124,9 @@ jobs:
# Run E2E Tests
echo "Running E2E tests..."
# Create venv to avoid polluting system python
source preprod.env
python3 -m venv .venv
. .venv/bin/activate
source preprod.env
pip install -r tests/e2e/requirements.txt
pytest tests/e2e/