Use latest version of v1 ruby-setup
All checks were successful
Run unit tests / rubocop (pull_request) Successful in 36s
Run unit tests / copyright_notice (pull_request) Successful in 50s
Run unit tests / check-licenses (pull_request) Successful in 1m12s
Run unit tests / unit_tests (pull_request) Successful in 1m27s
Run unit tests / build-static-assets (pull_request) Successful in 9m4s

This commit is contained in:
Manuel Bustillo 2025-06-11 19:09:48 +02:00
parent b9770b7a9f
commit f3088470da

View File

@ -23,7 +23,7 @@ jobs:
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
ref: ${{ github.head_ref }} # Checkout the actual branch, not the result if merged into the base ref: ${{ github.head_ref }} # Checkout the actual branch, not the result if merged into the base
- uses: ruby/setup-ruby@v1.220.0 - uses: ruby/setup-ruby@v1
- run: bundle install - run: bundle install
- &postgres_wait - &postgres_wait
name: Wait until Postgres is ready to accept connections name: Wait until Postgres is ready to accept connections
@ -71,7 +71,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
- uses: ruby/setup-ruby@v1.220.0 - uses: ruby/setup-ruby@v1
- run: bundle install - run: bundle install
- run: bundle exec rubocop --force-exclusion --parallel - run: bundle exec rubocop --force-exclusion --parallel
check-licenses: check-licenses:
@ -81,7 +81,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
- uses: ruby/setup-ruby@v1.220.0 - uses: ruby/setup-ruby@v1
- name: Install project dependencies - name: Install project dependencies
run: bundle install --jobs `getconf _NPROCESSORS_ONLN` run: bundle install --jobs `getconf _NPROCESSORS_ONLN`
- name: Run license finder - name: Run license finder