diff --git a/azure-quantum/tests.live/Run.ps1 b/azure-quantum/tests.live/Run.ps1 index 86a5e64d1..ef376c9cf 100644 --- a/azure-quantum/tests.live/Run.ps1 +++ b/azure-quantum/tests.live/Run.ps1 @@ -100,6 +100,9 @@ if ($PackageDir -Match "azure-quantum") { Write-Host "##[info]Copy auxiliary Q# test files from $PackageDir to $PSScriptRoot" Copy-Item -Path (Join-Path $PackageDir "tests" "unit" "*.qs") -Destination $PSScriptRoot + + Write-Host "##[info]Copy auxiliary DFT test files from $PackageDir to $PSScriptRoot" + Copy-Item -Path (Join-Path $PackageDir "tests" "unit" "*.xyz") -Destination $PSScriptRoot } python -m pytest -v `