install bundle
Some checks failed
Ruby CI / test (pull_request) Failing after 5s

This commit is contained in:
Andrew Tomaka 2024-03-20 19:40:53 -04:00
parent 039583ac5c
commit c69301eb6c
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -10,7 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: bundle install
run: |
gem install bundle
bundle install
- name: autoload
run: bin/rails zeitwerk:check
- name: lint