mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
debugging envs
This commit is contained in:
parent
e1aaca8a17
commit
ae8a196837
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -60,8 +60,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Version Test
|
- name: Version Test
|
||||||
run: |
|
run: |
|
||||||
|
dir ./dist/
|
||||||
Expand-Archive -Path "./dist/bw-windows-${env:PACKAGE_VERSION}.zip" -DestinationPath "./test/windows"
|
Expand-Archive -Path "./dist/bw-windows-${env:PACKAGE_VERSION}.zip" -DestinationPath "./test/windows"
|
||||||
$testVersion = Invoke-Expression '& ./test/windows/bw.exe -v'
|
$testVersion = Invoke-Expression '& ./test/windows/bw.exe -v'
|
||||||
|
|
||||||
|
echo "version: $env:PACKAGE_VERSION"
|
||||||
|
echo "testVersion: $env:testVersion"
|
||||||
if($testVersion -ne $env:PACKAGE_VERSION) {
|
if($testVersion -ne $env:PACKAGE_VERSION) {
|
||||||
Throw "Version test failed."
|
Throw "Version test failed."
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user