Skip to content

Commit

Permalink
take 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefanni Brasil committed Apr 23, 2024
1 parent c78f4ab commit 71b6a2a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_rails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,7 @@ jobs:
run: bundle exec rake test
- name: Run acceptance test
working-directory: ./superglue_rails
run: ruby -Ilib:test test/acceptance/superglue_installation_acceptance.rb
run: |
mv -f Gemfile.${{ matrix.version }} ./Gemfile
bundle install
ruby -Ilib:test test/acceptance/superglue_installation_acceptance.rb

0 comments on commit 71b6a2a

Please sign in to comment.