forked from CringeStudios/element-desktop
Iterate
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
9885cab70a
commit
bb406a8173
7
.github/workflows/build_and_test.yaml
vendored
7
.github/workflows/build_and_test.yaml
vendored
@ -105,6 +105,8 @@ jobs:
|
|||||||
prepare_cmd: |
|
prepare_cmd: |
|
||||||
. "./dist/squirrel-windows*/Element Setup*.exe"
|
. "./dist/squirrel-windows*/Element Setup*.exe"
|
||||||
Start-Sleep -Seconds 30
|
Start-Sleep -Seconds 30
|
||||||
|
ls $env:LOCALAPPDATA
|
||||||
|
ls $env:LOCALAPPDATA/element-desktop
|
||||||
- name: Windows (x64) MSI
|
- name: Windows (x64) MSI
|
||||||
os: windows-2022
|
os: windows-2022
|
||||||
artifact: win-x64
|
artifact: win-x64
|
||||||
@ -113,6 +115,11 @@ jobs:
|
|||||||
prepare_cmd: |
|
prepare_cmd: |
|
||||||
$file = Get-Item ./dist/*.msi | Select -First 1 -ExpandProperty FullName
|
$file = Get-Item ./dist/*.msi | Select -First 1 -ExpandProperty FullName
|
||||||
Start-Process $file -ArgumentList '/quiet APPLICATIONFOLDER="$env:RUNNER_TEMP/Element"' -Wait
|
Start-Process $file -ArgumentList '/quiet APPLICATIONFOLDER="$env:RUNNER_TEMP/Element"' -Wait
|
||||||
|
ls $env:RUNNER_TEMP
|
||||||
|
ls $env:RUNNER_TEMP/Element
|
||||||
|
Start-Sleep -Seconds 30
|
||||||
|
ls $env:RUNNER_TEMP
|
||||||
|
ls $env:RUNNER_TEMP/Element
|
||||||
name: Test ${{ matrix.name }}
|
name: Test ${{ matrix.name }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user