Skip to content

Commit

Permalink
bundle install in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhardikjoshi committed Jan 12, 2024
1 parent 33f26a5 commit f6a9fbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/e2e_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@ jobs:
- name: Setup test rails app
run: ./e2e_tests/setup.sh

- name: Install dependencies
run: bundle update

- name: Run tests
run: bundle exec rspec -Oe2e_tests/.e2e_rspec e2e_tests/
1 change: 0 additions & 1 deletion e2e_tests/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@ until $(curl --output /dev/null --silent --head --fail localhost:3000); do
sleep 2
done
kill `cat tmp/pids/server.pid`
cd ..

0 comments on commit f6a9fbd

Please sign in to comment.