Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Feb 21, 2025
1 parent 35ab711 commit 7b68521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install-engine/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ runs:
run: |
echo "Cloning and checking out Valkey ${{ inputs.engine-version }}"
cd ${{ runner.temp }}
if (Test-Path -Path $Folder) {
if (Test-Path -Path valkey) {
echo "Removing existing valkey directory..."
Remove-Item -Path valkey -Recurse -Force -Confirm:$false
}
Expand Down

0 comments on commit 7b68521

Please sign in to comment.