Skip to content
Snippets Groups Projects
Unverified Commit d99bc34e authored by Bruno Michel's avatar Bruno Michel Committed by GitHub
Browse files

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
parent 7e072eef
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
set -ev set -ev
cd tests/integration 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 # 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. # were used. The Ruby library used for websockets is faye and rely on EventMachine.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment