Skip to content

Commit b0c5186

Browse files
committed
Do not run integration tests just yet
1 parent 25e00a1 commit b0c5186

File tree

2 files changed

+5
-41
lines changed

2 files changed

+5
-41
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -29,34 +29,3 @@ jobs:
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

bin/integration-tests

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,12 @@ git submodule update
77
gem build render_async.gemspec
88
gem 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
2116
ls
2217
bundle install
2318
yarn install

0 commit comments

Comments
 (0)