feat: Add pre-production deployment stage with E2E tests, a dedicated environment file, and update production deployment dependency. #30
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user