Skip to content

Commit

Permalink
Fix CI setup for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Apr 24, 2024
1 parent 2dae425 commit fc1c8da
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
run: bin/rubocop

- name: Run tests
run: bin/rails db:setup && bin/rails db:migrate && bin/rails test
run: bundle exec rails db:setup && bundle exec rails db:migrate && bundle exec rails test
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ gem "tapioca", "~> 0.13", require: false, platforms: :ruby
gem "psych", "~> 5.1", require: false
gem "rails"
gem "webmock"
gem "tzinfo-data"
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,8 @@ GEM
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2024.1)
tzinfo (>= 1.0.0)
unicode-display_width (2.5.0)
webmock (3.23.0)
addressable (>= 2.8.0)
Expand Down Expand Up @@ -301,6 +303,7 @@ DEPENDENCIES
sorbet-static-and-runtime
sqlite3 (< 2)
tapioca (~> 0.13)
tzinfo-data
webmock

BUNDLED WITH
Expand Down
1 change: 1 addition & 0 deletions gemfiles/Gemfile-rails-main
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ gem "tapioca", "~> 0.11", require: false, platforms: :ruby
gem "psych", "~> 5.1", require: false
gem "rails", github: "rails/rails", branch: "main"
gem "webmock"
gem "tzinfo-data"

0 comments on commit fc1c8da

Please sign in to comment.