Skip to content

Commit

Permalink
Merge branch 'dev' into gaaguiar/e2e_docker_tests_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin-aguiar authored Apr 17, 2023
2 parents 6eb9314 + b923f80 commit b54ddc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/e2e_integration_test/start-e2e.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ Write-Host "--------------------------------------------------------------------
Write-Host "Running E2E integration tests..." -ForegroundColor Green
Write-Host "-----------------------------------------------------------------------------`n" -ForegroundColor Green
$env:CORE_TOOLS_EXE_PATH = "$funcExePath"
pytest --junitxml=e2e-integration-test-report.xml --cov=./azure_functions_worker --cov-branch --cov-append tests/endtoend --cov-report xml --cov-report html
pytest --junitxml=e2e-integration-test-report.xml --reruns 4 tests/endtoend
Write-Host "-----------------------------------------------------------------------------`n" -ForegroundColor Green

0 comments on commit b54ddc4

Please sign in to comment.