Skip to content

Commit

Permalink
Fix integration tests (#3073)
Browse files Browse the repository at this point in the history
The latest release of bitwarden/cli is broken, let's use the previous
version.

See bitwarden/cli#342
  • Loading branch information
nono committed Jul 5, 2021
1 parent 7e072ee commit d99bc34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/integration-test.sh
Expand Up @@ -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.
Expand Down

0 comments on commit d99bc34

Please sign in to comment.