From 779464ea9bec66e41b7f199c891d2242dac4d43b Mon Sep 17 00:00:00 2001 From: Joseph Flinn <58369717+joseph-flinn@users.noreply.github.com> Date: Fri, 2 Apr 2021 10:25:15 -0700 Subject: [PATCH] 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... --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0e135f144cc..0d57d27975a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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