Pin the version of the setup-ruby Github action
Some checks failed
Run unit tests / rubocop (pull_request) Failing after 1m41s
Run unit tests / check-licenses (pull_request) Failing after 1m57s
Run unit tests / copyright_notice (pull_request) Failing after 12m46s
Run unit tests / unit_tests (pull_request) Failing after 12m47s
Run unit tests / build-static-assets (pull_request) Has been cancelled

This commit is contained in:
Manuel Bustillo 2025-09-21 23:47:23 +02:00
parent 1e1b3f19fc
commit 725b9287da
No known key found for this signature in database
GPG Key ID: A74BD9E346A80DDC

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 - uses: ruby/setup-ruby@v1.262.0
- 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@v5 - uses: actions/checkout@v5
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
- uses: ruby/setup-ruby@v1 - uses: ruby/setup-ruby@v1.262.0
- 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@v5 - uses: actions/checkout@v5
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
- uses: ruby/setup-ruby@v1 - uses: ruby/setup-ruby@v1.262.0
- 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