diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d48358f..f36e875 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/bin/integration-tests b/bin/integration-tests index 4d254ae..3be4c9a 100755 --- a/bin/integration-tests +++ b/bin/integration-tests @@ -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