Skip to content

Commit

Permalink
take 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefanni Brasil committed Apr 23, 2024
1 parent db8962b commit 90a2140
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build_rails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Using Gemfile
working-directory: ./superglue_rails
run: |
gem update --system
mv -f Gemfile.${{ matrix.version }} ./Gemfile
bundle install
- name: Run unit test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ def test_installation
successfully "bundle install"
successfully "bundle update"
successfully "yarn add react react-dom @babel/preset-react"
successfully("bin/rails about")

FileUtils.rm_f("public/index.html")
install_superglue
Expand Down

0 comments on commit 90a2140

Please sign in to comment.