Skip to content

Commit 8983421

Browse files
Update nightlybuild.yml
1 parent 45eb430 commit 8983421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightlybuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Extract Failed Tests (PowerShell)
4949
if: ${{ failure() }}
5050
run: |
51-
$xml = [xml](Get-Content test-results.trx)
51+
$xml = [xml](Get-Content /home/runner/work/TransactionProcessor/TransactionProcessor/TransactionProcessor.IntegrationTests/test-results.trx)
5252
$failedTests = $xml.TestRun.Results.UnitTestResult | Where-Object { $_.outcome -eq "Failed" }
5353
if ($failedTests) {
5454
Write-Host "::error::Failed Tests:"

0 commit comments

Comments
 (0)