ugh, try to fix github actions install

This commit is contained in:
Michael Ball 2021-02-24 03:23:14 -08:00
parent 004aeb7ab8
commit c6ebe0f0bf

View file

@ -14,9 +14,9 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
- name: Setup bundler # Install only the linters group.
run: bundle config --local set without default development test staging production
run: bundle config --global set without default development test staging production
- name: Install pronto
run: bundle install
run: bundle install --without default development test staging production
- name: Run Pronto
run: pronto run -f github_status github_pr -c origin/${{ github.base_ref }}
env: