1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-04 05:08:06 +02:00

fixing release snap test (#300)

This commit is contained in:
Joseph Flinn 2021-05-11 13:18:27 -07:00 committed by GitHub
parent 50ee3c0f07
commit b4fc4ca3a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -288,6 +288,8 @@ jobs:
if($testVersion -ne $env:PACKAGE_VERSION) { if($testVersion -ne $env:PACKAGE_VERSION) {
Throw "Version test failed." Throw "Version test failed."
} }
env:
BITWARDENCLI_APPDATA_DIR: "/home/runner/snap/bw/x1/.config/Bitwarden CLI"
- name: Cleanup Test & Update Snap for Publish - name: Cleanup Test & Update Snap for Publish
shell: pwsh shell: pwsh