Skip to content

Commit

Permalink
fix appraisal setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosy committed Jan 17, 2025
1 parent b5d7381 commit 73a4d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

echo ---- Installing dependencies ----
bundle
bundle exec appraisal "$@" install
bundle exec appraisal "$@" bundle

echo ---- Setting up database ----
if [ -n "$CI" ]; then
Expand Down

0 comments on commit 73a4d6f

Please sign in to comment.