File tree Expand file tree Collapse file tree 2 files changed +5
-41
lines changed
Expand file tree Collapse file tree 2 files changed +5
-41
lines changed Original file line number Diff line number Diff line change 2929
3030 - name : Run RSpec tests
3131 run : bundle exec rspec
32-
33- integration :
34- runs-on : ubuntu-latest
35- strategy :
36- matrix :
37- ruby-version : ["2.6.6"]
38-
39- steps :
40- - uses : actions/checkout@v3
41- with :
42- submodules : recursive
43-
44- - name : Set up Ruby ${{ matrix.ruby-version }}
45- uses : ruby/setup-ruby@v1
46- with :
47- ruby-version : ${{ matrix.ruby-version }}
48- bundler-cache : true
49-
50- - name : Set up Node
51- uses : actions/setup-node@v1
52- with :
53- node-version : 10.13.0
54-
55- - name : Install dependencies
56- run : |
57- gem install bundler -v 2.4.22
58- sudo apt-get install -y python2
59- bin/setup
60-
61- - name : Run integration tests
62- run : bin/integration-tests
Original file line number Diff line number Diff line change @@ -7,17 +7,12 @@ git submodule update
77gem build render_async.gemspec
88gem install render_async* .gem
99
10- # cd spec/fixtures/rails-5-base-app
11- # ls
12- # gem install bundler -v 1.17.2
13- # sudo apt-get install zlib1g-dev liblzma-dev patch
14- # gem install nokogiri -v 1.10.4 --platform=ruby
15- # bundle config build.nokogiri --use-system-libraries
16- # bundle install
17- # bundle exec cucumber
10+ cd spec/fixtures/rails-5-base-app
11+ ls
12+ bundle install
13+ bundle exec cucumber
1814
19- # cd ../../../spec/fixtures/rails-6-base-app
20- cd spec/fixtures/rails-6-base-app
15+ cd ../../../spec/fixtures/rails-6-base-app
2116ls
2217bundle install
2318yarn install
You can’t perform that action at this time.
0 commit comments