Skip to content

Install a specific version of Bundler #776

Install a specific version of Bundler

Install a specific version of Bundler #776

name: Test Push or Pull Request
on:
pull_request:
types: [ assigned, opened, synchronize, reopened ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.6
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6'
- name: Build the site
run: |
gem install bundler -v 2.4.22
bundle config path vendor/bundle
make install
make build.staging
- name: Test the HTML
run: bash scripts/test/html_proofer_staging.sh