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
|
# 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
|
||||||
|
source preprod.env
|
||||||
pip install -r tests/e2e/requirements.txt
|
pip install -r tests/e2e/requirements.txt
|
||||||
pytest tests/e2e/
|
pytest tests/e2e/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user