From d99bc34e585924eb638244ae27bd21f249a2e693 Mon Sep 17 00:00:00 2001 From: Bruno Michel Date: Mon, 5 Jul 2021 09:39:27 +0200 Subject: [PATCH] Fix integration tests (#3073) The latest release of bitwarden/cli is broken, let's use the previous version. See https://github.com/bitwarden/cli/issues/342 --- scripts/integration-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/integration-test.sh b/scripts/integration-test.sh index 6d86b7a7dbd..9e26b3f3418 100755 --- a/scripts/integration-test.sh +++ b/scripts/integration-test.sh @@ -2,7 +2,7 @@ set -ev cd tests/integration -sudo npm install -g @bitwarden/cli +sudo npm install -g @bitwarden/cli@1.16.0 # XXX On GitHub actions, the integration tests were failing where websockets # were used. The Ruby library used for websockets is faye and rely on EventMachine.