Skip to content

Commit

Permalink
Update browser-security-tests.sh (#2406)
Browse files Browse the repository at this point in the history
  • Loading branch information
activemq authored Jan 12, 2023
1 parent f3f85c4 commit ab3cdc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api_tests/browser-security-tests.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash --login
set -e
source ~/.profile
echo "running browser security tests with tag $2 against site $1"
gem install bundler -v 1.16.6
export PATH="/home/builduser/.rbenv/shims:${PATH}"
gem install bundler -v 2.1.4
bundle install
BASE_URL=$1 bundle exec rspec -t $2

0 comments on commit ab3cdc5

Please sign in to comment.