Skip to content

Commit

Permalink
lets see if caching worked
Browse files Browse the repository at this point in the history
  • Loading branch information
papes1ns committed Apr 18, 2024
1 parent bb249ef commit 7cc8e6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
run: docker-compose up -d

- name: Run tests
run: docker exec -e RAILS_ENV=test gala_web_1 bundle exec rspec --exclude-pattern="**/features/*_spec.rb"
run: |
docker exec -e RAILS_ENV=test gala_web_1 bash -c "bundle exec rails db:test:prepare && \
bundle exec rspec --exclude-pattern=\"**/features/*_spec.rb\""
- name: Docker Compose down
run: docker-compose down
Expand Down

0 comments on commit 7cc8e6f

Please sign in to comment.