Skip to content

Commit

Permalink
setup in all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed Nov 15, 2023
1 parent a5945d5 commit e83fdb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
npm ci
bundle config unset deployment
bundle update
cd demo && bin/setup
env:
RUBY_VERSION: ${{ matrix.ruby_version }}
RAILS_VERSION: ${{ matrix.rails_version }}
Expand Down Expand Up @@ -117,6 +118,7 @@ jobs:
npm ci
bundle config unset deployment
bundle update
cd demo && bin/setup
env:
RUBY_VERSION: ${{ matrix.ruby_version }}
RAILS_VERSION: ${{ matrix.rails_version }}
Expand Down Expand Up @@ -156,6 +158,7 @@ jobs:
run: |
bundle config unset deployment
bundle update
cd demo && bin/setup
env:
RUBY_VERSION: ${{ matrix.ruby_version }}
RAILS_VERSION: ${{ matrix.rails_version }}
Expand Down

0 comments on commit e83fdb8

Please sign in to comment.