Install project dependencies before running license finder
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 2m21s
Add copyright notice / copyright_notice (pull_request) Successful in 5m15s
Run unit tests / unit_tests (pull_request) Successful in 6m57s

This commit is contained in:
Manuel Bustillo 2024-11-09 08:35:57 +01:00
parent c23ecfbbad
commit 9856974684

View File

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