Skip to content

Commit

Permalink
Another try on windows script
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandros Sapranidis <alexandros@elastic.co>
  • Loading branch information
alexsapran authored and ycombinator committed Sep 20, 2024
1 parent 5cde40b commit c77020b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .buildkite/scripts/steps/unit-tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ $env:TEST_COVERAGE = $true
$env:RACE_DETECTOR = $true
mage unitTest
# Copy coverage file to build directory so it can be downloaded as an artifact
cp .\build\TEST-go-unit${env:BUILDKITE_JOB_ID}.cov coverage.out

Copy-Item -Path "build/TEST-go-unit-$BUILDKITE_JOB_ID.cov" -Destination coverage.out
if ($LASTEXITCODE -ne 0) {
exit 1
}
Expand Down

0 comments on commit c77020b

Please sign in to comment.