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 de03b9625c - Show all commits

View File

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