Skip to content

Commit

Permalink
Check if .exe installed properly on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
EmiM committed Oct 10, 2023
1 parent 2930361 commit 34760db
Show file tree
Hide file tree
Showing 2 changed files with 37,083 additions and 37,079 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/e2e-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,15 @@ jobs:
run: Start-Process "Quiet Setup ${{ steps.extract_version.outputs.version }}.exe" -Wait
working-directory: ./packages/desktop/dist
shell: powershell

- name: Check if Quiet installed properly
run: Get-ChildItem -Path C:\Users\runneradmin\AppData\Local\Programs
shell: powershell

- name: Kill Quiet
run: Get-Process -Name "Quiet" -ErrorAction SilentlyContinue | Stop-Process -Force
shell: powershell
if: always()

- name: Kill tor
run: Get-Process -Name "tor" -ErrorAction SilentlyContinue | Stop-Process -Force
Expand Down
Loading

0 comments on commit 34760db

Please sign in to comment.