Checkout the commit as is in the PR, not if merged into the base
Some checks failed
Run unit tests / copyright_notice (pull_request) Successful in 52s
Run unit tests / check-licenses (pull_request) Failing after 1m5s
Run unit tests / rubocop (pull_request) Failing after 1m5s
Run unit tests / unit_tests (pull_request) Failing after 1m40s
Run unit tests / build-static-assets (pull_request) Has been skipped

This commit is contained in:
Manuel Bustillo 2025-01-24 08:39:00 +01:00
parent 3651176bbd
commit f08082fb3b

View File

@ -21,8 +21,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
depth: 2
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
ref: ${{ github.head_ref }} # Checkout the actual branch, not the result if merged into the base
- uses: ruby/setup-ruby@v1.207.0 - uses: ruby/setup-ruby@v1.207.0
- run: bundle install - run: bundle install
- &postgres_wait - &postgres_wait