Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot
706c1350ec Update dependency solid_queue to v1.0.1
Some checks failed
Add copyright notice / copyright_notice (pull_request) Successful in 51s
Check usage of free licenses / build-static-assets (pull_request) Failing after 1m4s
Run unit tests / unit_tests (pull_request) Successful in 2m47s
2024-11-09 01:08:16 +00:00

View File

@ -17,8 +17,6 @@ jobs:
- uses: ruby/setup-ruby@v1 - uses: ruby/setup-ruby@v1
with: with:
ruby-version: '3.3' ruby-version: '3.3'
- name: Install project dependencies
run: bundle install --jobs `getconf _NPROCESSORS_ONLN`
- name: Install license finder gem - name: Install license finder gem
run: gem install license_finder run: gem install license_finder
- name: Run license finder - name: Run license finder