mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-01 23:01:28 +01: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:
parent
7001d73686
commit
779464ea9b
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -223,6 +223,8 @@ jobs:
|
||||
if($testVersion -ne $env:PACKAGE_VERSION) {
|
||||
Throw "Version test failed."
|
||||
}
|
||||
env:
|
||||
BITWARDENCLI_APPDATA_DIR: "/home/runner/snap/bw/x1/.config/Bitwarden CLI"
|
||||
|
||||
- name: Cleanup Test & Update Snap for Publish
|
||||
shell: pwsh
|
||||
|
Loading…
Reference in New Issue
Block a user