Skip to content

Commit

Permalink
take 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefanni Brasil committed Apr 23, 2024
1 parent b4cec7e commit c78f4ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_rails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
run: bundle exec rake test
- name: Run acceptance test
working-directory: ./superglue_rails
run: BUNDLE_GEMFILE='' ruby -Ilib:test test/acceptance/superglue_installation_acceptance.rb
run: ruby -Ilib:test test/acceptance/superglue_installation_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ def add_esbuild_cmd
end

def generate_test_app_7(app_name)
successfully "gem install bundler"
successfully "gem install rails"
successfully "bundle install"
successfully "bundle exec rails new #{app_name} \
--javascript=esbuild \
--skip-git \
Expand Down

0 comments on commit c78f4ab

Please sign in to comment.