mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
Fix snap test (#274)
* testing new fix * adding this branch to the snap portion of the test * adding in the build artifact for the linux executable * removing the path since GitHub is being dumb... * adding the path back in * adding the full path * overriding the config directory for the snap version test. It doesn't really make sense...
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -223,6 +223,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
|
||||||
|
|||||||
Reference in New Issue
Block a user