Skip to content

Commit

Permalink
Do not run integration tests just yet
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolalsvk committed Nov 11, 2024
1 parent 25e00a1 commit b0c5186
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 41 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,34 +29,3 @@ jobs:
- name: Run RSpec tests
run: bundle exec rspec

integration:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ["2.6.6"]

steps:
- uses: actions/checkout@v3
with:
submodules: recursive

- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true

- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: 10.13.0

- name: Install dependencies
run: |
gem install bundler -v 2.4.22
sudo apt-get install -y python2
bin/setup
- name: Run integration tests
run: bin/integration-tests
15 changes: 5 additions & 10 deletions bin/integration-tests
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,12 @@ git submodule update
gem build render_async.gemspec
gem install render_async*.gem

# cd spec/fixtures/rails-5-base-app
# ls
# gem install bundler -v 1.17.2
# sudo apt-get install zlib1g-dev liblzma-dev patch
# gem install nokogiri -v 1.10.4 --platform=ruby
# bundle config build.nokogiri --use-system-libraries
# bundle install
# bundle exec cucumber
cd spec/fixtures/rails-5-base-app
ls
bundle install
bundle exec cucumber

# cd ../../../spec/fixtures/rails-6-base-app
cd spec/fixtures/rails-6-base-app
cd ../../../spec/fixtures/rails-6-base-app
ls
bundle install
yarn install
Expand Down

0 comments on commit b0c5186

Please sign in to comment.