Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
avonderluft committed Oct 12, 2023
1 parent 5c3dc95 commit 9b9ebff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:

- name: Build and Test
run: |
gem install bundler
bin/bundle install --retry 3 --quiet
bin/bundle exec rails db:migrate
bin/bundle exec rails db:prepare
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Build and Test
run: |
bin/bundle install --retry 3 --quiet
bin/bundle exec rails db:create
bin/bundle exec rails db:migrate
bin/bundle exec rails db:prepare
bin/bundle exec rails test
- name: Rubocop Lint
Expand Down

0 comments on commit 9b9ebff

Please sign in to comment.