We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d90c92 commit 9462528Copy full SHA for 9462528
1 file changed
eng/pipelines/pr-validation-pipeline.yml
@@ -539,7 +539,7 @@ jobs:
539
-e DB_CONNECTION_STRING="Driver=ODBC Driver 18 for SQL Server;Server=$SQLSERVER_IP;Database=TestDB;Uid=SA;Pwd=$(DB_PASSWORD);TrustServerCertificate=yes" \
540
-e DB_PASSWORD="$(DB_PASSWORD)" \
541
test-container-rhel9 bash -c "
542
- source /opt/venv/bin/activate
+ source myvenv/bin/activate
543
echo 'Build successful, running tests now on RHEL 9'
544
echo 'Using connection string: Driver=ODBC Driver 18 for SQL Server;Server=$SQLSERVER_IP;Database=TestDB;Uid=SA;Pwd=***;TrustServerCertificate=yes'
545
python -m pytest -v --junitxml=test-results-rhel9.xml --cov=. --cov-report=xml:coverage-rhel9.xml --capture=tee-sys --cache-clear
0 commit comments