Skip to content

Commit

Permalink
Hack the action to test
Browse files Browse the repository at this point in the history
  • Loading branch information
asdf0506 committed Oct 13, 2023
1 parent 8e3e1c8 commit 3f31be2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-and-test-pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Install MSI silently
run: |
Start-Process 'Finch.msi' -ArgumentList '/quiet' -Wait
$env:PATH += ";C:\Program Files\Finch\bin"
echo "C:\Program Files\Finch\bin" >> $env:GITHUB_PATH
- name: Run e2e tests
run: |
# set path to use newer ssh version
Expand All @@ -129,8 +129,4 @@ jobs:
} else {
Write-Output "Finch not found or it wasn't installed using MSI."
}
- name: Delete installer
if: always()
run: |
Remove-Item "./Finch.msi" -Force

0 comments on commit 3f31be2

Please sign in to comment.