ugh, try to fix github actions install
This commit is contained in:
parent
004aeb7ab8
commit
c6ebe0f0bf
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pronto.yml
vendored
4
.github/workflows/pronto.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue