Skip to content

Commit

Permalink
Get $core_pretest_sha after commiting test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Sep 1, 2024
1 parent dd5158c commit 9c11288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,6 @@ jobs:
}
$core_pretest_sha = git rev-parse HEAD
if (-not $?) { throw "git rev-parse failed" }
Pop-Location
Expand Down Expand Up @@ -546,6 +545,7 @@ jobs:
}
$core_pretest_sha = git rev-parse HEAD
Pop-Location
Expand Down

0 comments on commit 9c11288

Please sign in to comment.